Skip to content

Commit

Permalink
allow all tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Mar 28, 2021
1 parent 00b7761 commit 04e055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ describe('Ensure single channel per cid on client activeChannels state', () => {
});
});

describe.only('event subscription and unsubscription', () => {
describe('event subscription and unsubscription', () => {
it('channel.on should return unsubscribe handler', async () => {
const client = await getClientWithUser();
const channel = client.channel('messaging', uuidv4());
Expand Down

0 comments on commit 04e055d

Please sign in to comment.