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

package v1_22 //nolint

import (
	"testing"

	"code.gitea.io/gitea/models/migrations/base"
)

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