Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 10, 2023
1 parent 4b1d46d commit 3c79c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/download-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ describe("download-manager", () => {
path: "/manga-1/chap-1",
manga_id: 1,
manga_name: "Manga 1",
ep_id: "Chapter 1",
ep_id,
manga_image: "offline://poster/" + hash_id,
manga_image_downloaded: true,
ep_name: "Chapter 1",
Expand Down

0 comments on commit 3c79c21

Please sign in to comment.