Skip to content

Commit c0cc85b

Browse files
committed
fix tests
1 parent 10f32f2 commit c0cc85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('String', function () {
77

88
assert.equal(-1, myString.indexOf('x'));
99
assert.equal(-1, myString.indexOf('y'));
10-
assert.equal(-1, 1);
10+
assert.equal(-1, -1);
1111
});
1212
});
1313
});

0 commit comments

Comments
 (0)