diff --git a/internal/form/client_test.go b/internal/form/client_test.go index 8019318af..04f01f348 100644 --- a/internal/form/client_test.go +++ b/internal/form/client_test.go @@ -4,11 +4,10 @@ import ( "flag" "testing" + "github.com/stretchr/testify/assert" "github.com/urfave/cli" "github.com/photoprism/photoprism/pkg/authn" - - "github.com/stretchr/testify/assert" ) func TestNewClient(t *testing.T) {