diff --git a/internal/commands/find_test.go b/internal/commands/find_test.go index 49dcc62e4..17fd23957 100644 --- a/internal/commands/find_test.go +++ b/internal/commands/find_test.go @@ -1,9 +1,10 @@ package commands import ( + "testing" + "github.com/photoprism/photoprism/pkg/capture" "github.com/stretchr/testify/assert" - "testing" ) func TestFindCommand(t *testing.T) {