Closed abdulocracy closed 9 months ago
When testing after go build with go test ./speedtest, I get this error:
go build
go test ./speedtest
downRate: 0.19Mbps | upRate: 0.00Mbps downRate: 0.00Mbps | upRate: 51.64Mbps Download: 0.19 Mbit/s Upload: 51.64 Mbit/s --- FAIL: TestFetchServerByID (1.24s) server_test.go:166: no server available or found FAIL FAIL github.com/showwin/speedtest-go/speedtest 6.741s FAIL
Thank you @abdulocracy!
When testing after
go build
withgo test ./speedtest
, I get this error: