Skip to content

Commit

Permalink
ci(tests): fix possible error with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Sep 9, 2024
1 parent 5b183cc commit 5f7e7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbz/cbz_loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestLoadChapter(t *testing.T) {
},
{
name: "Converted Chapter",
filePath: "../testdata/Chapter 1_converted.cbz",
filePath: "../testdata/Chapter 10_converted.cbz",
expectedPages: 107,
expectedSeries: "<Series>Boundless Necromancer</Series>",
expectedConversion: true,
Expand Down
File renamed without changes.

0 comments on commit 5f7e7de

Please sign in to comment.