From 13b5cd0dbec14a96bd0d52787e9d451f0d916cdc Mon Sep 17 00:00:00 2001 From: zepatrik Date: Mon, 7 Oct 2024 14:39:29 +0200 Subject: [PATCH] chore: format --- popx/migration_box_gomigration_test.go | 5 ++--- popx/migrator_test.go | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/popx/migration_box_gomigration_test.go b/popx/migration_box_gomigration_test.go index 3bf6920f..b4c8ae22 100644 --- a/popx/migration_box_gomigration_test.go +++ b/popx/migration_box_gomigration_test.go @@ -6,17 +6,16 @@ package popx_test import ( "context" "database/sql" - "github.com/ory/x/dbal" "math/rand" "testing" "time" - "github.com/pkg/errors" - "github.com/gobuffalo/pop/v6" + "github.com/pkg/errors" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/ory/x/dbal" "github.com/ory/x/logrusx" "github.com/ory/x/popx" ) diff --git a/popx/migrator_test.go b/popx/migrator_test.go index e03ddfdc..5fe7d667 100644 --- a/popx/migrator_test.go +++ b/popx/migrator_test.go @@ -6,7 +6,6 @@ package popx_test import ( "context" "embed" - "github.com/ory/x/dbal" "testing" "github.com/gobuffalo/pop/v6" @@ -14,6 +13,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/ory/x/dbal" "github.com/ory/x/logrusx" . "github.com/ory/x/popx" )