2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

fix: tests

This commit is contained in:
耗子
2023-12-14 02:15:47 +08:00
parent 1e462bf0e6
commit f31e3a7d8e

View File

@@ -5,16 +5,17 @@ import (
"github.com/goravel/framework/facades"
"github.com/stretchr/testify/suite"
"panel/app/internal/services"
"panel/app/models"
"panel/internal"
"panel/internal/services"
"panel/tests"
)
type UserTestSuite struct {
suite.Suite
tests.TestCase
user services.User
user internal.User
}
func TestUserTestSuite(t *testing.T) {