aboutsummaryrefslogtreecommitdiffstats
path: root/entities/bug/op_add_comment_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/bug/op_add_comment_test.go')
-rw-r--r--entities/bug/op_add_comment_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/bug/op_add_comment_test.go b/entities/bug/op_add_comment_test.go
index fee9e785..901ed6f1 100644
--- a/entities/bug/op_add_comment_test.go
+++ b/entities/bug/op_add_comment_test.go
@@ -3,10 +3,10 @@ package bug
import (
"testing"
- "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 TestAddCommentSerialize(t *testing.T) {