summaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_15/main_test.go
blob: e4960658d31279011f6b009b3c6bb33273e8e063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package v1_15 //nolint

import (
	"testing"

	migration_tests "code.gitea.io/gitea/models/migrations/test"
)

func TestMain(m *testing.M) {
	migration_tests.MainTest(m)
}