Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 0850851

Browse files
committed
Adjust test
1 parent 6a7eb38 commit 0850851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/codemirror.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('uiCodemirror', function() {
3131
delete window.CodeMirror;
3232
expect(window.CodeMirror).toBeUndefined();
3333
expect(compile)
34-
.toThrow(new Error('ui-codemirror need CodeMirror to work... (o rly?)'));
34+
.toThrow(new Error('ui-codemirror needs CodeMirror to work... (o rly?)'));
3535
window.CodeMirror = _CodeMirror;
3636
});
3737

0 commit comments

Comments
 (0)