Skip to content

Commit

Permalink
chores: code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz authored Dec 19, 2024
1 parent 09602f2 commit 45715f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/storages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function testStorage(name: string, storage: AxiosStorage): void {
data: { ...EMPTY_RESPONSE, data: 'data' }
});

storage.clear && (await storage.clear());
await storage.clear?.();

const result4 = await storage.get('key');

Expand Down

0 comments on commit 45715f1

Please sign in to comment.