diff --git a/internal/cbz/cbz_loader_test.go b/internal/cbz/cbz_loader_test.go
index f820c18..a3a80c6 100644
--- a/internal/cbz/cbz_loader_test.go
+++ b/internal/cbz/cbz_loader_test.go
@@ -17,14 +17,14 @@ func TestLoadChapter(t *testing.T) {
testCases := []testCase{
{
name: "Original Chapter",
- filePath: "../testdata/Chapter 1.cbz",
+ filePath: "../../testdata/Chapter 1.cbz",
expectedPages: 16,
expectedSeries: "Boundless Necromancer",
expectedConversion: false,
},
{
name: "Converted Chapter",
- filePath: "../testdata/Chapter 10_converted.cbz",
+ filePath: "../../testdata/Chapter 10_converted.cbz",
expectedPages: 107,
expectedSeries: "Boundless Necromancer",
expectedConversion: true,