Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Nov 1, 2024
1 parent 6ffc7d2 commit 3d2bdd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulsar/consumer_multitopic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ func runMultiTopicAckIDList(t *testing.T, regex bool) {
} else if topic == topic2 {
assert.Same(t, topicAckError.MsgIDs[0], msgID1)
assert.True(t, strings.Contains(errStr, msgID1.String()))
} else if topic == topic2 {
} else {
assert.Fail(t, fmt.Sprintf("unexpected topic %v", topic))
}
Expand Down

0 comments on commit 3d2bdd3

Please sign in to comment.