diff options
Diffstat (limited to 'test/ng/directive/ngRepeatSpec.js')
| -rw-r--r-- | test/ng/directive/ngRepeatSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ng/directive/ngRepeatSpec.js b/test/ng/directive/ngRepeatSpec.js index 8bcb9283..b672f86f 100644 --- a/test/ng/directive/ngRepeatSpec.js +++ b/test/ng/directive/ngRepeatSpec.js @@ -1149,7 +1149,7 @@ describe('ngRepeat animations', function() {      return element;    } -  beforeEach(module('mock.animate')); +  beforeEach(module('ngAnimateMock'));    beforeEach(module(function() {      // we need to run animation on attached elements; | 
