diff options
Diffstat (limited to 'commands/bug/bug_test.go')
-rw-r--r-- | commands/bug/bug_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bug/bug_test.go b/commands/bug/bug_test.go index c13e8db7..377936f7 100644 --- a/commands/bug/bug_test.go +++ b/commands/bug/bug_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/commands/bug/testenv" - . "github.com/MichaelMure/git-bug/commands/cmdtest" + "github.com/git-bug/git-bug/commands/bug/testenv" + . "github.com/git-bug/git-bug/commands/cmdtest" ) func Test_repairQuery(t *testing.T) { |