Skip to content

Fix localfilelistingtest

Nate Graham requested to merge ngraham/elisa:fix-localfilelistingtest into master

Fix localfilelistingtest

When we delete the directory with the music file and the cover art, we were expecting only one deletion, but there were two things in there, so we needed to be expecting two.

Watching for this in the first place feels a bit unnecessary since it's basic filesystem stuff ont really connected to Elisa, but at least doing this fixes the text until we can decide what if anything we want to do with it in the future.

Merge request reports