From 5f7e7de644b3b4ee48eaaa24502ed61b7e0a7cc8 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:43:23 -0400 Subject: [PATCH] ci(tests): fix possible error with tests --- cbz/cbz_loader_test.go | 2 +- ...ter 1_converted.cbz => Chapter 10_converted.cbz} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename testdata/{Chapter 1_converted.cbz => Chapter 10_converted.cbz} (100%) 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