diff --git a/e2e/migrations/migrations_test.go b/e2e/migrations/migrations_test.go index c7a1cee2f..b698b414a 100644 --- a/e2e/migrations/migrations_test.go +++ b/e2e/migrations/migrations_test.go @@ -5,9 +5,9 @@ import ( "io/ioutil" "os" "os/exec" + "strings" "testing" "time" - "strings" "github.com/stretchr/testify/assert" )