Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Sep 7, 2023
1 parent 35ff549 commit 5bb051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/GalleryPage_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Deno.test({
]),
);
assertEquals(re.length, 19);
assertEquals(re.file_size, "58.20 MB");
assertEquals(re.file_size, "58.20 MiB");
assertEquals(re.visible, true);
console.log(re.favorited);
assert(typeof re.favorited === "number");
Expand Down

0 comments on commit 5bb051e

Please sign in to comment.