diff options
Diffstat (limited to 'commands/user/user_new_test.go')
-rw-r--r-- | commands/user/user_new_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user/user_new_test.go b/commands/user/user_new_test.go index 619e5de6..865f76a7 100644 --- a/commands/user/user_new_test.go +++ b/commands/user/user_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 TestUserNewCommand(t *testing.T) { |