fusenapi/server/auth/auth_test.go

11 lines
78 B
Go
Raw Normal View History

2023-07-25 19:32:51 +08:00
package main
2023-09-04 10:50:21 +08:00
import (
"testing"
)
2023-07-25 19:32:51 +08:00
func TestMain(t *testing.T) {
2023-09-04 11:32:17 +08:00
2023-07-25 19:32:51 +08:00
main()
}