bench-forgejo/models/migrations/v1_19/main_test.go

15 lines
235 B
Go
Raw Normal View History

2022-11-08 09:37:46 +05:30
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-11-08 09:37:46 +05:30
package v1_19 //nolint
2022-11-08 09:37:46 +05:30
import (
"testing"
"code.gitea.io/gitea/models/migrations/base"
)
func TestMain(m *testing.M) {
base.MainTest(m)
}