mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-12 11:21:35 +08:00
chore(minErr): replace ngError with minErr
This commit is contained in:
@@ -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!");
|
||||
}));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user