us-coach-spider/spider/controller_test.go

9 lines
118 B
Go
Raw Normal View History

2024-09-13 22:47:19 +08:00
package spider
import "testing"
func TestController_Run(t *testing.T) {
c, _ := NewController(nil, nil)
c.Run()
}