aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-mocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular-mocks.js')
-rw-r--r--src/angular-mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular-mocks.js b/src/angular-mocks.js
index b4b2fd19..8ce3011d 100644
--- a/src/angular-mocks.js
+++ b/src/angular-mocks.js
@@ -561,7 +561,7 @@ angular.mock.TzDate = function (offset, timestamp) {
self[methodName] = function() {
throw {
name: "MethodNotImplemented",
- message: "Method '" + methodName + "' is not implemented in the TzDate mock"
+ message: "Method '" + methodName + "' is not implemented in the TzDate mock"
};
};
});