Wrongly removed item

This commit is contained in:
Vito Albano
2016-09-27 12:41:14 +01:00
parent b738596edf
commit 990257d57d
@@ -54,7 +54,7 @@ describe('AlfrescoAuthentication', () => {
}); });
spyOn(localStorage, 'key').and.callFake(function (i) { spyOn(localStorage, 'key').and.callFake(function (i) {
let keys = Object.keys(store); let keys = Object.keys(store);
return keys[i]; return keys[i] || null;
}); });
jasmine.Ajax.install(); jasmine.Ajax.install();