mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-20 03:33:39 +09:00
refactor: rename packages
This commit is contained in:
@@ -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(), ""))
|
||||
}
|
||||
Reference in New Issue
Block a user