aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngRoute/directive
diff options
context:
space:
mode:
Diffstat (limited to 'test/ngRoute/directive')
-rw-r--r--test/ngRoute/directive/ngViewSpec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ngRoute/directive/ngViewSpec.js b/test/ngRoute/directive/ngViewSpec.js
index e96da022..533f0b53 100644
--- a/test/ngRoute/directive/ngViewSpec.js
+++ b/test/ngRoute/directive/ngViewSpec.js
@@ -657,7 +657,6 @@ describe('ngView animations', function() {
item = $animate.flushNext('enter').element;
$animate.flushNext('addClass').element;
- $animate.flushNext('addClass').element;
expect(item.hasClass('classy')).toBe(true);
@@ -677,7 +676,6 @@ describe('ngView animations', function() {
item = $animate.flushNext('leave').element;
$animate.flushNext('addClass').element;
- $animate.flushNext('addClass').element;
expect(item.hasClass('boring')).toBe(true);
}));