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

Commit 3c7e178

Browse files
committed
Oh yeah it's assert
1 parent 43e9614 commit 3c7e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/editor-conflict-controller.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('EditorConflictController', function() {
8484
withEditor(e) { sinon.stub(e, 'scrollToBufferPosition'); },
8585
});
8686

87-
expect(editor.scrollToBufferPosition.calledWith(new Point(4, 0), {center: true}));
87+
assert.isTrue(editor.scrollToBufferPosition.calledWith(new Point(4, 0), {center: true}));
8888
});
8989

9090
describe('on a file with 2-way diff markers', function() {

0 commit comments

Comments
 (0)