Skip to content

Commit

Permalink
squash: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Nov 8, 2017
1 parent a9d7c3d commit 2b1ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/addons-napi/test_general/testNapiRun.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const expected = 42;
const actual = addon.testNapiRun(testCase);

assert.strictEqual(actual, expected);
assert.throws(() => addon.testNapiRun({abc: 'def'}), /string was expected/);
assert.throws(() => addon.testNapiRun({ abc: 'def' }), /string was expected/);

0 comments on commit 2b1ad0a

Please sign in to comment.