diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ngRoute/directive/ngViewSpec.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/test/ngRoute/directive/ngViewSpec.js b/test/ngRoute/directive/ngViewSpec.js index bf134f82..072c232b 100644 --- a/test/ngRoute/directive/ngViewSpec.js +++ b/test/ngRoute/directive/ngViewSpec.js @@ -727,7 +727,7 @@ describe('ngView animations', function() {          $rootScope.$digest();          //we don't care about the enter animation for the first element -        $animate.queue.pop();  +        $animate.queue.pop();          $location.path('/bar');          $rootScope.$digest(); @@ -756,7 +756,7 @@ describe('ngView animations', function() {          $rootScope.$digest();          //we don't care about the enter animation -        $animate.queue.shift();  +        $animate.queue.shift();          var animation = $animate.queue.shift();          expect(animation.event).toBe('addClass'); @@ -776,7 +776,7 @@ describe('ngView animations', function() {          $rootScope.$digest();          //we don't care about the enter animation -        $animate.queue.shift();  +        $animate.queue.shift();          animation = $animate.queue.shift();          item = animation.element; | 
