test(ws): update emit-test hub literal for the single event channel

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
J3vb
2026-07-19 09:33:33 +02:00
co-authored by Claude Fable 5
parent 0baccb58ee
commit 4c2fecbf02
+1 -2
View File
@@ -28,8 +28,7 @@ func newEmitTestHub() *Hub {
return &Hub{
clients: make(map[int64]*Client),
broadcast: make(chan broadcastMsg, 64),
register: make(chan *Client, 16),
unregister: make(chan *Client, 16),
clientEvents: make(chan clientEvent, 32),
stop: make(chan struct{}),
pubsub: NewPubSub(),
replayBuf: NewEventRingBuffer(100),