mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Fix tests
This commit is contained in:
@@ -15,6 +15,7 @@ func TestImport(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
memfs.WriteFileReader("/mime.types", strings.NewReader("foobar"))
|
||||
memfs.WriteFileReader("/bin/ffmpeg", strings.NewReader("foobar"))
|
||||
|
||||
configstore, err := store.NewJSON(memfs, "/config.json", nil)
|
||||
require.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user