Skip to content

Commit

Permalink
[style] format producer_test code
Browse files Browse the repository at this point in the history
  • Loading branch information
graysonzeng committed Jul 31, 2023
1 parent d6b07fe commit 8e46786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/producer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2297,4 +2297,4 @@ func TestFailPendingMessageWithClose(t *testing.T) {
partitionProducerImp.pendingQueue.Put(&pendingItem{})
testProducer.Close()
assert.Equal(t, 0, partitionProducerImp.pendingQueue.Size())
}
}

0 comments on commit 8e46786

Please sign in to comment.