From 003861d2fdb37b83e1d0939d49b70fbc67766997 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 7 Jun 2013 18:24:30 -0700 Subject: chore(minErr): replace ngError with minErr --- test/ng/cacheFactorySpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/cacheFactorySpec.js') 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!"); })); -- cgit v1.2.3