us-coach-spider/spider/controller_test.go
timerzz f39d94c5a3
All checks were successful
Build image / build (push) Successful in 2m32s
feat v2
2024-09-13 22:47:19 +08:00

9 lines
118 B
Go

package spider
import "testing"
func TestController_Run(t *testing.T) {
c, _ := NewController(nil, nil)
c.Run()
}