Skip to content

Commit

Permalink
fix: old test for chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Apr 8, 2024
1 parent da8a939 commit 9371f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/chapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestChapter_Filename(t *testing.T) {
filename := testChapter.Filename()

Convey("It should match the given template", func() {
So(filename, ShouldEqual, util.SanitizeFilename(fmt.Sprintf("&%d! %s// %s 28922@ %s.pdf", testChapter.Index, testChapter.Name, testChapter.Volume, testChapter.Manga.Name)))
So(filename, ShouldEqual, util.SanitizeFilename(fmt.Sprintf("&%d! %s// %s 28922@ %s.cbz", testChapter.Index, testChapter.Name, testChapter.Volume, testChapter.Manga.Name)))
})
})
})
Expand Down

0 comments on commit 9371f4f

Please sign in to comment.