Skip to content

Commit

Permalink
fix: golangci-lint for TestPusherWithPusher
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 committed Aug 9, 2023
1 parent 10c5f96 commit 1c20235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions response_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1c20235

Please sign in to comment.