Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Jan 21, 2025
1 parent 73c9ed0 commit 017ce08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ describe('Channel.queryChannels', async () => {
expect(Object.keys(client.activeChannels).length).to.be.equal(0);
expect(Object.keys(client.configs).length).to.be.equal(0);
mock.restore();
})
});
it('should not update pagination for queried message set', async () => {
const client = await getClientWithUser();
const mockedChannelsQueryResponse = Array.from({ length: 10 }, () => ({
Expand Down
2 changes: 1 addition & 1 deletion test/unit/poll_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('PollManager', () => {

expect(client.polls.data.size).to.equal(0);
client.options.disableCache = false;
})
});

it('populates pollCache when the message.new event is fired', () => {
client.dispatchEvent({
Expand Down

0 comments on commit 017ce08

Please sign in to comment.