diff --git a/command/refresh_test.go b/command/refresh_test.go index df0142d28c..b7cf3b7d16 100644 --- a/command/refresh_test.go +++ b/command/refresh_test.go @@ -1,6 +1,7 @@ package command import ( + "bytes" "io/ioutil" "os" "path/filepath" @@ -8,7 +9,6 @@ import ( "strings" "testing" - "bytes" "github.com/hashicorp/terraform/terraform" "github.com/mitchellh/cli" )