Skip to content

Commit ef4a69f

Browse files
abosedevvaannsh
authored andcommitted
fix: find replace integ test after scroll track markers
1 parent 7a1e75c commit ef4a69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/FindReplace-integ-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ define(function (require, exports, module) {
401401
expect(marks.length).toEql(fooExpectedMatches.length);
402402

403403
marks.forEach(function (mark, index) {
404-
expect(mark.line).toEql(fooExpectedMatches[index].start.line);
404+
expect(mark.start.line).toEql(fooExpectedMatches[index].start.line);
405405
});
406406
});
407407

0 commit comments

Comments
 (0)