Skip to content

Commit

Permalink
removal of confusing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Monirzadeh committed Dec 30, 2023
1 parent 448fa38 commit 83a7a67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions epub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,14 +869,10 @@ func TestSetCover(t *testing.T) {
}

func TestSectionAppenderParrentNotFound(t *testing.T) {
sections := []*epubSection{
// Define your sections here
}
sections := []*epubSection{}

parentFilename := "parent.html"
targetSection := &epubSection{
// Define your target section here
}
targetSection := &epubSection{}

err := sectionAppender(sections, parentFilename, targetSection)
if err.Error() != "parent section not found" {
Expand Down

0 comments on commit 83a7a67

Please sign in to comment.