Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr Yankouski authored Feb 20, 2017
1 parent 78a7e73 commit f59c699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ it('should check if brackets sequence is correct 12', () => {
});

it('should check if brackets sequence is correct 13', () => {
assert.equal(check('5555512575557777777555566667888888667661133833448441111222233333444442266666', config6), true);
assert.equal(check('5555512575557777777555566667888888667661133833448441111222233333444442266666', config6), false);
});

it('should check if brackets sequence is correct 14', () => {
Expand Down

0 comments on commit f59c699

Please sign in to comment.