Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Oct 1, 2018
1 parent 4583d8b commit 6642a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func newServer(handlerFunc func(http.ResponseWriter, *http.Request)) *httptest.S
}

func Test_Transport_implements_RoundTripper(t *testing.T) {
assert.Implements(t, (*http.RoundTripper)(nil), NewTransport(nil))
assert.Implements(t, (*http.RoundTripper)(nil), &Transport{})
}

func Test_Transport_with_a_valid_request(t *testing.T) {
Expand Down

0 comments on commit 6642a0a

Please sign in to comment.