Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 78b0c85

Browse files
committed
verify travis tests
1 parent e1c4085 commit 78b0c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import assert = require('assert');
55
describe('Array', () => {
66
describe('#indexOf()', () => {
77
it('should return -1 when the value is not present', function () {
8-
assert.equal(-1, [1,2,3].indexOf(5));
8+
assert.equal(-1, [1,2,3].indexOf(3));
99
assert.equal(-1, [1,2,3].indexOf(0));
1010
});
1111
});

0 commit comments

Comments
 (0)