Skip to content

Commit e76ab98

Browse files
committed
only delete topic1
1 parent 7693d37 commit e76ab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createtopics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func TestConnCreateTopics(t *testing.T) {
7575
t.Fatalf("expected invalid request: %v", err)
7676
}
7777

78-
deleteTopic(t, topic1, topic2)
78+
deleteTopic(t, topic1)
7979
}
8080

8181
func TestClientCreateTopics(t *testing.T) {

0 commit comments

Comments
 (0)