aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks.js')
-rw-r--r--test/mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks.js b/test/mocks.js
index 79a24bf1..37e1d31b 100644
--- a/test/mocks.js
+++ b/test/mocks.js
@@ -55,7 +55,7 @@ angular.service('$log', function() {
* this:
*
* <pre>
- * var scope = angular.scope(null, {'$exceptionHandler': $exceptionHandlerMockFactory});
+ * var scope = angular.scope(null, {'$exceptionHandler': $exceptionHandlerMockFactory()});
* </pre>
*
*/