diff options
-rw-r--r-- | commands/env_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/env_test.go b/commands/env_test.go index 1a5922a9..346024ab 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") |