Skip to content

Commit 60212ed

Browse files
committed
test: fix
1 parent c6da28c commit 60212ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/deleteCookie.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ describe("Unit/utils/deleteCookie", () => {
2828

2929
expect(
3030
cookie[mockBaseClient.cookieSettings.sessionIdName].update,
31-
).not.toHaveBeenCalled();
31+
).toHaveBeenCalledTimes(1);
3232
});
3333
});

0 commit comments

Comments
 (0)