Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jan 2, 2024
1 parent b048bfd commit 605c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/app/cmd/proc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestProc_setMp3Tags(t *testing.T) {

chapterFrames := tag.GetFrames(tag.CommonID("CHAP"))
require.Len(t, chapterFrames, 2)
assert.Equal(t, "1", chapterFrames[0].(id3v2.ChapterFrame).ElementID)
assert.Equal(t, "chp0", chapterFrames[0].(id3v2.ChapterFrame).ElementID)
assert.Equal(t, "Chapter One", chapterFrames[0].(id3v2.ChapterFrame).Title.Text)
assert.Equal(t, time.Second, chapterFrames[0].(id3v2.ChapterFrame).StartTime)
assert.Equal(t, 5*time.Second, chapterFrames[0].(id3v2.ChapterFrame).EndTime)
Expand Down

0 comments on commit 605c60f

Please sign in to comment.