Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Jan 23, 2024
1 parent fd36771 commit ddb7218
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2055,11 +2055,7 @@ func TestIntegrationGetNextPublishSeqNoRace(t *testing.T) {

go func() {
defer wg.Done()
n := ch.GetNextPublishSeqNo()
if n <= 0 {
t.Logf("wrong next publish seqence number, expected: > %d, got: %d", 0, n)
fail = true
}
_ = ch.GetNextPublishSeqNo()
}()

go func() {
Expand Down

0 comments on commit ddb7218

Please sign in to comment.