diff options
Diffstat (limited to 'commands/bug/bug_comment_test.go')
-rw-r--r-- | commands/bug/bug_comment_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bug/bug_comment_test.go b/commands/bug/bug_comment_test.go index add48b21..e54cdab1 100644 --- a/commands/bug/bug_comment_test.go +++ b/commands/bug/bug_comment_test.go @@ -9,9 +9,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/commands/bug/testenv" - "github.com/MichaelMure/git-bug/commands/cmdtest" - "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/git-bug/git-bug/commands/bug/testenv" + "github.com/git-bug/git-bug/commands/cmdtest" + "github.com/git-bug/git-bug/commands/execenv" ) func TestBugComment(t *testing.T) { |