diff options
Diffstat (limited to 'entities/bug/op_edit_comment_test.go')
-rw-r--r-- | entities/bug/op_edit_comment_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/bug/op_edit_comment_test.go b/entities/bug/op_edit_comment_test.go index 2ca1345e..8a1f70d9 100644 --- a/entities/bug/op_edit_comment_test.go +++ b/entities/bug/op_edit_comment_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/entity/dag" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/entity/dag" + "github.com/git-bug/git-bug/repository" ) func TestEdit(t *testing.T) { |