forgejo/models/gitea_migrations/base/main_test.go
2025-10-14 14:40:49 -06:00

14 lines
252 B
Go

// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package base
import (
"testing"
migrations_tests "forgejo.org/models/gitea_migrations/test"
)
func TestMain(m *testing.M) {
migrations_tests.MainTest(m)
}