Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Apr 21, 2016
1 parent 7d4b6a2 commit 620c3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-providers-twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.testHosting = function*(assert) {
provider._setQs(getMockAPIQS(originalQS, 'twitch'));

const ret = yield provider.updateChannel('pyrionflax');
assert.ok(ret.state.enabled)
assert.ok(ret.state.enabled);
assert.equal(ret.state.state, LiveState.REDIRECT);
assert.equal(ret.state.alternateUsername, "NVIDIA");

Expand Down

0 comments on commit 620c3f1

Please sign in to comment.