You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting everything up as per the updated README here's what I get:
go test ./...
# github.com/joyent/gomanta/localservices/manta_test
localservices/manta/service_http_test.go:65: cannot use s.HTTPSuite.Mux (type *httprouter.Router) as type *"net/http".ServeMux in argument to s.service.SetupHTTP
ok github.com/joyent/gomanta 0.006s
? github.com/joyent/gomanta/localservices [no test files]
ok github.com/joyent/gomanta/localservices/hook 0.006s
FAIL github.com/joyent/gomanta/localservices/manta [build failed]
ok github.com/joyent/gomanta/manta 0.261s
As noted here: #6 (comment)
It's not really clear how the test suite is supposed to be run.
The text was updated successfully, but these errors were encountered: