diff options
Diffstat (limited to 'commands/bug/bug_rm_test.go')
-rw-r--r-- | commands/bug/bug_rm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_rm_test.go b/commands/bug/bug_rm_test.go index e0c2bbc5..2cc4d034 100644 --- a/commands/bug/bug_rm_test.go +++ b/commands/bug/bug_rm_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 TestBugRm(t *testing.T) { |