fix test for embedLyric

This commit is contained in:
tramhao 2021-03-06 03:38:38 +08:00
parent 437ec29c12
commit bc03e316bb

View File

@ -126,7 +126,7 @@ func TestEmbedLyric(t *testing.T) {
}
}()
err = embedLyric(testFile, lyric, descriptor)
err = embedLyric(testFile, lyric, descriptor, false)
if err != nil {
t.Error(err)
}