Skip to content

Commit

Permalink
Make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Apr 28, 2016
1 parent 58e9c3e commit 27eee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test('intersection', function (t) {

t.same(
util.intersection([ [1, 2, 3], [2, 1], [1] ], function (f) {
return f == 2
return f === 2
}), [2], 'function threshold'
)

Expand Down

0 comments on commit 27eee58

Please sign in to comment.