Skip to content

Commit 9e36fb8

Browse files
committed
reverse
1 parent 269a4ea commit 9e36fb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pulsar/consumer_multitopic_test.go

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

372-
func (dummyConnection) closed() bool {
373-
return false
374-
}
375-
376372
func TestMultiTopicAckIDListTimeout(t *testing.T) {
377373
topic := fmt.Sprintf("multiTopicAckIDListTimeout%v", time.Now().UnixNano())
378374
assert.NoError(t, createPartitionedTopic(topic, 5))

0 commit comments

Comments
 (0)