fix: golangci-lint for TestPusherWithPusher

This commit is contained in:
Leonardo Araujo 2023-08-08 22:01:43 -03:00
parent 10c5f96235
commit 1c2023545f

View File

@ -177,8 +177,6 @@ func TestPusherWithPusher(t *testing.T) {
pusher := w.Pusher()
assert.NotNil(t, pusher, "Expected pusher to be non-nil")
_, ok := pusher.(http.Pusher)
assert.True(t, ok, "Expected pusher to implement http.Pusher")
}
func TestPusherWithoutPusher(t *testing.T) {