diff --git a/cbz/cbz_loader_test.go b/cbz/cbz_loader_test.go index f49452b..f820c18 100644 --- a/cbz/cbz_loader_test.go +++ b/cbz/cbz_loader_test.go @@ -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: "Boundless Necromancer", expectedConversion: true, diff --git a/testdata/Chapter 1_converted.cbz b/testdata/Chapter 10_converted.cbz similarity index 100% rename from testdata/Chapter 1_converted.cbz rename to testdata/Chapter 10_converted.cbz