aboutsummaryrefslogtreecommitdiffstats
path: root/test/loaderSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/loaderSpec.js')
-rw-r--r--test/loaderSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/loaderSpec.js b/test/loaderSpec.js
index 802d5c1d..ce98c50a 100644
--- a/test/loaderSpec.js
+++ b/test/loaderSpec.js
@@ -68,6 +68,6 @@ describe('module loader', function() {
it('should complain of no module', function() {
expect(function() {
window.angular.module('dontExist');
- }).toThrow("[NgErr47] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
+ }).toThrow("[$injector:nomod] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
});
});