diff options
| author | Ken Sheedlo | 2013-06-07 18:24:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-06-17 13:29:30 -0700 | 
| commit | 003861d2fdb37b83e1d0939d49b70fbc67766997 (patch) | |
| tree | dc53ff724097cc7485093bb43c2f3aa5f4377cb2 /test/ng/cacheFactorySpec.js | |
| parent | 908071afbf32c46fe9110e4a67e104bbd4b3a56b (diff) | |
| download | angular.js-003861d2fdb37b83e1d0939d49b70fbc67766997.tar.bz2 | |
chore(minErr): replace ngError with minErr
Diffstat (limited to 'test/ng/cacheFactorySpec.js')
| -rw-r--r-- | test/ng/cacheFactorySpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ng/cacheFactorySpec.js b/test/ng/cacheFactorySpec.js index 4b15fd7b..c398a55e 100644 --- a/test/ng/cacheFactorySpec.js +++ b/test/ng/cacheFactorySpec.js @@ -15,7 +15,7 @@ describe('$cacheFactory', function() {    it('should complain if the cache id is being reused', inject(function($cacheFactory) {      $cacheFactory('cache1');      expect(function() { $cacheFactory('cache1'); }). -      toThrow("[NgErr10] CacheId 'cache1' is already taken!"); +      toThrow("[$cacheFactory:iid] CacheId 'cache1' is already taken!");    })); | 
