diff --git a/commands/env_test.go b/commands/env_test.go index 1a5922a912dad78a28dff3550998b34397aae88b..346024ab7b2271bae9e40c35e126ebab881d1207 100644 --- a/commands/env_test.go +++ b/commands/env_test.go @@ -8,10 +8,11 @@ import ( "os" "testing" - "github.com/MichaelMure/git-bug/commands" - "github.com/MichaelMure/git-bug/repository" "github.com/spf13/cobra" "github.com/stretchr/testify/require" + + "github.com/MichaelMure/git-bug/commands" + "github.com/MichaelMure/git-bug/repository" ) var update = flag.Bool("update", false, "pass -update to the test runner to update golden files")