Resize if requested
This commit is contained in:
@@ -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),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user