diff options
Diffstat (limited to 'test/service/locationSpec.js')
| -rw-r--r-- | test/service/locationSpec.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/service/locationSpec.js b/test/service/locationSpec.js index 97f2ab63..646a9ca0 100644 --- a/test/service/locationSpec.js +++ b/test/service/locationSpec.js @@ -771,8 +771,8 @@ describe('$location', function() {      }); -    it('should not rewrite ng:ext-link', function() { -      configureService('#new', true, true, 'ng:ext-link'); +    it('should not rewrite ng-ext-link', function() { +      configureService('#new', true, true, 'ng-ext-link');        inject(          initBrowser(),          initLocation(), | 
