Skip to content

Commit d965634

Browse files
committed
fix lint error
1 parent 6ec01d9 commit d965634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pulsar/consumer_multitopic_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@ func (dummyConnection) IsProxied() bool {
369369
return false
370370
}
371371

372+
func (dummyConnection) Closed() bool {
373+
return false
374+
}
375+
372376
func TestMultiTopicAckIDListTimeout(t *testing.T) {
373377
topic := fmt.Sprintf("multiTopicAckIDListTimeout%v", time.Now().UnixNano())
374378
assert.NoError(t, createPartitionedTopic(topic, 5))

0 commit comments

Comments
 (0)