Skip to content

Commit

Permalink
Better name for unittest
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Martin <[email protected]>
  • Loading branch information
Monirzadeh and fmartingr authored Dec 27, 2023
1 parent 866a933 commit 324c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 324c305

Please sign in to comment.