From 324c3055df60223c6de68ea7d6f23c34dfbc0654 Mon Sep 17 00:00:00 2001 From: Monirzadeh <25131576+Monirzadeh@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:28:13 +0330 Subject: [PATCH] Better name for unittest Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com> --- epub_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epub_test.go b/epub_test.go index f34c617..ebf4cb8 100644 --- a/epub_test.go +++ b/epub_test.go @@ -1386,7 +1386,7 @@ func writeAndExtractEpub(t testing.TB, e *Epub, epubFilename string) string { return tempDir } -func TestAddSubSection_with_custome_filename(t *testing.T) { +func TestAddSubSectionWithCustomFilename(t *testing.T) { e, err := NewEpub(testEpubTitle) if err != nil { t.Error(err)