Skip to content

Commit

Permalink
test: update batch=1 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Oct 13, 2024
1 parent 461ce34 commit 589f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Channels', () => {
await wsd.addChannel(clientId3, 'xyz')

deepEqual(
await wsd.getClientsByChannel('xyz'),
await wsd.getClientsByChannel('xyz', 1),
[
{
[CLNT]: clientId1,
Expand Down

0 comments on commit 589f251

Please sign in to comment.