refactor: rename files

This commit is contained in:
Jason Song
2022-12-05 15:52:32 +08:00
parent 704f72017d
commit 5f74b35377
8 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package actions
import (
"context"
"testing"
"code.gitea.io/gitea/routers/api/actions/ping"
)
func TestPingService(t *testing.T) {
ping.MainServiceTest(t, Routes(context.Background(), ""))
}