Skip to content

Commit

Permalink
Use matchEach rather than just match
Browse files Browse the repository at this point in the history
  • Loading branch information
sourrust committed Apr 18, 2015
1 parent 07e5870 commit 6ee6682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regex/number.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ describe('.NUMBER_RE', function() {
, '0b0101' , '0b1100' , '0b1001'
];

numbers.should.not.match(pattern)
numbers.should.not.matchEach(pattern);
});
})

0 comments on commit 6ee6682

Please sign in to comment.