aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_new_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_new_test.go')
-rw-r--r--commands/bug/bug_new_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_new_test.go b/commands/bug/bug_new_test.go
index 210a4b0b..3a4a535f 100644
--- a/commands/bug/bug_new_test.go
+++ b/commands/bug/bug_new_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/MichaelMure/git-bug/commands/bug/testenv"
+ "github.com/git-bug/git-bug/commands/bug/testenv"
)
func TestBugNew(t *testing.T) {