Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Tyneway committed Jan 24, 2020
1 parent 20d49a0 commit 5b40d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/disable-goosig-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('Disable GooSig', function() {
await node.sendAirdrop(proof);

assert(err);
assert.strictEqual(err.message, 'GooSig disabled.')
assert.strictEqual(err.message, 'GooSig disabled.');
});
});
});
Expand Down

0 comments on commit 5b40d18

Please sign in to comment.