aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/compileSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/compileSpec.js')
-rwxr-xr-xtest/ng/compileSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js
index c8cb70f8..085eb6e9 100755
--- a/test/ng/compileSpec.js
+++ b/test/ng/compileSpec.js
@@ -4490,7 +4490,7 @@ describe('$compile', function() {
describe('$animate animation hooks', function() {
- beforeEach(module('mock.animate'));
+ beforeEach(module('ngAnimateMock'));
it('should automatically fire the addClass and removeClass animation hooks',
inject(function($compile, $animate, $rootScope) {