Skip to content

Commit bb74ab9

Browse files
committed
test: improve coverage for NSQ with channel
1 parent 7c63240 commit bb74ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nsq/nsq_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func TestDefaultFlow(t *testing.T) {
1818
w := NewWorker(
1919
WithAddr(host+":4150"),
2020
WithTopic("test"),
21+
WithChannel("test"),
2122
)
2223
q, err := queue.NewQueue(
2324
queue.WithWorker(w),

0 commit comments

Comments
 (0)