Skip to content

Commit 2e2b58a

Browse files
committed
fix: linter issues
1 parent 1c4afe7 commit 2e2b58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ describe('Channels - Constructor', function () {
785785
expect(channel.id).to.eql('brand_new_123');
786786
expect(channel.data).to.eql({ cool: true });
787787
channel = client.channel('messaging', 'brand_new_123', { custom_cool: true });
788-
console.log(channel.data)
788+
console.log(channel.data);
789789
expect(channel.data).to.eql({ cool: true, custom_cool: true });
790790
done();
791791
});

0 commit comments

Comments
 (0)