添加测试main
This commit is contained in:
parent
8a4f990214
commit
3d678dc243
7
server/assistant/assistant_test.go
Normal file
7
server/assistant/assistant_test.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestMain(t *testing.T) {
|
||||||
|
main()
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user