Move test file to fixtures folder

This commit is contained in:
Deluan 2020-04-28 11:59:47 -04:00
parent d4f17f2b73
commit 5862157a2c
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ var _ = Describe("Metadata", func() {
})
It("returns empty map if there are no audio files in path", func() {
Expect(LoadAllAudioFiles("tests/empty_folder")).To(BeEmpty())
Expect(LoadAllAudioFiles("tests/fixtures/empty_folder")).To(BeEmpty())
})
})