Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Jan 21, 2025
1 parent 8d64c2a commit bcd6721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ describe('Channel.query', async () => {
expect(Object.keys(client.activeChannels).length).to.be.equal(0);
mock.restore();
});

it('should not update pagination for queried message set', async () => {
const client = await getClientWithUser();
const channel = client.channel('messaging', uuidv4());
Expand Down

0 comments on commit bcd6721

Please sign in to comment.