mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Wrongly removed item
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ describe('AlfrescoAuthentication', () => {
|
||||
});
|
||||
spyOn(localStorage, 'key').and.callFake(function (i) {
|
||||
let keys = Object.keys(store);
|
||||
return keys[i];
|
||||
return keys[i] || null;
|
||||
});
|
||||
|
||||
jasmine.Ajax.install();
|
||||
|
||||
Reference in New Issue
Block a user