Resize if requested

This commit is contained in:
Deluan 2022-12-19 17:07:29 -05:00 committed by Deluan Quintão
parent 7b87386089
commit 213ceeca78
6 changed files with 163 additions and 36 deletions

View file

@ -34,7 +34,7 @@ var _ = Describe("walk_dir_tree", func() {
Eventually(errC).Should(Receive(nil))
Expect(collected[baseDir]).To(MatchFields(IgnoreExtras, Fields{
"Images": ConsistOf("cover.jpg"),
"Images": ConsistOf("cover.jpg", "front.png"),
"HasPlaylist": BeFalse(),
"AudioFilesCount": BeNumerically("==", 5),
}))