diff options
Diffstat (limited to 'test/mocks.js')
| -rw-r--r-- | test/mocks.js | 2 |
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> * */ |
