Skip to content

Commit

Permalink
fix: one client one chan
Browse files Browse the repository at this point in the history
  • Loading branch information
tld committed Aug 14, 2024
1 parent 00e773d commit f8545f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventbus/eventbus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestPublishConcurrent(t *testing.T) {
bus := NewEventBus()
testCh := make(chan Event, 10)
eventName := "testEvent"
id := "testID"
id := "testID123"

bus.Subscribe(id, eventName, testCh)

Expand Down

0 comments on commit f8545f6

Please sign in to comment.