Skip to content

Commit 6bc3a6b

Browse files
author
Tim Middleton
committed
Topics progress - receive and commit
1 parent cd75759 commit 6bc3a6b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/e2e/topics/subscriber_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ func TestSubscriberWithFilter(t *testing.T) {
3636
sub1, err := topic1.CreateSubscriber(ctx, subscriber.WithFilter(filters.GreaterEqual(extractors.Extract[int]("age"), 10)))
3737
g.Expect(err).ShouldNot(gomega.HaveOccurred())
3838
log.Println("Subscriber created", sub1)
39-
40-
go func() {
41-
42-
}()
43-
39+
4440
runTestPerson(g, topic1, sub1, maxMessages)
4541
}
4642

0 commit comments

Comments
 (0)