Files

15 lines
226 B
Go
Raw Permalink Normal View History

2022-01-15 16:52:56 +00:00
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-01-15 16:52:56 +00:00
2025-06-27 07:59:55 +02:00
package v1_17
2022-01-15 16:52:56 +00:00
import (
2022-11-02 16:54:36 +08:00
"testing"
"code.gitea.io/gitea/models/migrations/base"
2022-01-15 16:52:56 +00:00
)
2022-11-02 16:54:36 +08:00
func TestMain(m *testing.M) {
base.MainTest(m)
2022-01-15 16:52:56 +00:00
}