X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9997ada67ce36d2fbe831bce473aa61250727aff..83f05664d99a7d80b2d2ae9c0517004cbfb5d00d:/sdk/go/health/handler_test.go?ds=sidebyside diff --git a/sdk/go/health/handler_test.go b/sdk/go/health/handler_test.go index c9f6a0b675..097e292d38 100644 --- a/sdk/go/health/handler_test.go +++ b/sdk/go/health/handler_test.go @@ -81,9 +81,8 @@ func (s *Suite) TestPingOverride(c *check.C) { ok = !ok if ok { return nil - } else { - return errors.New("good error") } + return errors.New("good error") }, }, }