Skip to content

Commit 385b38f

Browse files
committed
Fixed a typo in unit test
1 parent 8be789a commit 385b38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/adapters/settings/localstorage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('LocalStorage Settings Adapter', () => {
1010
});
1111

1212
afterAll(() => {
13-
localStorage.clearItem('failure');
13+
localStorage.removeItem('failure');
1414
core.destroy();
1515
});
1616

0 commit comments

Comments
 (0)