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

package v1_23 //nolint

import (
	"testing"

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

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