Skip to content

Commit

Permalink
chore: fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza committed Jun 25, 2024
1 parent 70bea22 commit fe9025b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func TestSimplePubSub(t *testing.T) {
t.Fatal("error creating publisher", err)
}
publisher.NotifyPublish(func(p Confirmation) {
return
})
defer publisher.Close()

Expand Down

0 comments on commit fe9025b

Please sign in to comment.