// Copyright 2025 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package v1_26 import ( "testing" "gitea.dev/models/migrations/migrationtest" ) func TestMain(m *testing.M) { migrationtest.MainTest(m) }