diff options
Diffstat (limited to 'test/ng/directive/ngShowHideSpec.js')
| -rw-r--r-- | test/ng/directive/ngShowHideSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/ngShowHideSpec.js b/test/ng/directive/ngShowHideSpec.js index 8a25843c..4bbbbb78 100644 --- a/test/ng/directive/ngShowHideSpec.js +++ b/test/ng/directive/ngShowHideSpec.js @@ -73,7 +73,7 @@ describe('ngShow / ngHide animations', function() { body.removeAttr('ng-animation-running'); }); - beforeEach(module('mock.animate')); + beforeEach(module('ngAnimateMock')); beforeEach(module(function($animateProvider, $provide) { return function(_$rootElement_) { |
