mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Identify task (#1839)
* Add identify task * Change type naming * Debounce folder select text input * Add generic slice comparison function
This commit is contained in:
@@ -75,7 +75,7 @@ func TestImporterPreImport(t *testing.T) {
|
||||
err := i.PreImport()
|
||||
assert.NotNil(t, err)
|
||||
|
||||
i.Input.Cover = image
|
||||
i.Input.Cover = imageBase64
|
||||
|
||||
err = i.PreImport()
|
||||
assert.Nil(t, err)
|
||||
|
||||
Reference in New Issue
Block a user