We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4afe7 commit 2e2b58aCopy full SHA for 2e2b58a
test/unit/channel.js
@@ -785,7 +785,7 @@ describe('Channels - Constructor', function () {
785
expect(channel.id).to.eql('brand_new_123');
786
expect(channel.data).to.eql({ cool: true });
787
channel = client.channel('messaging', 'brand_new_123', { custom_cool: true });
788
- console.log(channel.data)
+ console.log(channel.data);
789
expect(channel.data).to.eql({ cool: true, custom_cool: true });
790
done();
791
});
0 commit comments