Skip to content

Commit

Permalink
test: remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Aug 28, 2015
1 parent c636c37 commit 6f9f44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('Array', function () {

bindings.arrayAbs(array.buffer, array.length)

assert.deepEqual(array.toJSON(), input.map(Math.abs));
assert.deepEqual(array.toJSON(), input.map(Math.abs))
})

})
Expand Down

0 comments on commit 6f9f44e

Please sign in to comment.