We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7fe28 commit a7ddbc8Copy full SHA for a7ddbc8
speedtest/data_manager_test.go
@@ -74,15 +74,15 @@ func TestDynamicRate(t *testing.T) {
74
server, _ := CustomServer("http://shenzhen.cmcc.speedtest.shunshiidc.com:8080/speedtest/upload.php")
75
//server, _ := CustomServer("http://192.168.5.237:8080/speedtest/upload.php")
76
77
- err := server.DownloadTest(false)
+ err := server.DownloadTest()
78
if err != nil {
79
fmt.Println("Warning: not found server")
80
//t.Error(err)
81
}
82
83
GlobalDataManager.Wait()
84
85
- err = server.UploadTest(false)
+ err = server.UploadTest()
86
87
88
0 commit comments