Skip to content

Commit

Permalink
fix: remove .only test mark
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Jan 30, 2025
1 parent 553eb92 commit 808b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/poll_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('PollManager', () => {
}
});

it.only('populates pollCache only with new messages on client.queryChannels invocation', async () => {
it('populates pollCache only with new messages on client.queryChannels invocation', async () => {
let channels = [];
let pollMessages: MessageResponse[] = [];
const spy = sinon.spy(client.polls, 'hydratePollCache');
Expand Down

0 comments on commit 808b77d

Please sign in to comment.