fix build error

This commit is contained in:
raziman 2021-03-14 21:24:57 +08:00
parent a5a5bd140a
commit 4bc282ab3f

View File

@ -40,7 +40,7 @@ func prepareTest() *Gomu {
}
root.SetReference(rootAudioFile)
populate(root, rootDir)
populate(root, rootDir, false)
gomu.playlist.SetRoot(root)
return gomu
@ -91,7 +91,7 @@ func TestPopulate(t *testing.T) {
isAudioFile: false,
})
populate(root, rootDir)
populate(root, rootDir, false)
gotItems := 0
root.Walk(func(node, _ *tview.TreeNode) bool {
gotItems++