This commit is contained in:
whywaita 2023-10-18 01:09:16 +09:00
parent 0748517b1b
commit 589948e5a6
No known key found for this signature in database
GPG key ID: 410FE9327D2F4F0E
6 changed files with 84 additions and 28 deletions

View file

@ -109,7 +109,9 @@ test("save with valid inputs uploads a cache", async () => {
{
uploadChunkSize: 4000000
},
false
false,
undefined,
""
);
expect(failedMock).toHaveBeenCalledTimes(0);