From 941f5b3fc362be388dd3bd979799dd296daec243 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 7 Jun 2022 08:01:19 -0400 Subject: chore(808): rearrange imports to git-bug convention --- commands/env_test.go | 5 +++-- 1 file 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") -- cgit