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

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
smehrbrodt committed Apr 21, 2015
1 parent 6a7eb38 commit 0850851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codemirror.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('uiCodemirror', function() {
delete window.CodeMirror;
expect(window.CodeMirror).toBeUndefined();
expect(compile)
.toThrow(new Error('ui-codemirror need CodeMirror to work... (o rly?)'));
.toThrow(new Error('ui-codemirror needs CodeMirror to work... (o rly?)'));
window.CodeMirror = _CodeMirror;
});

Expand Down

0 comments on commit 0850851

Please sign in to comment.