summaryrefslogtreecommitdiffstatshomepage
path: root/entities/bug/op_create_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/bug/op_create_test.go')
-rw-r--r--entities/bug/op_create_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/entities/bug/op_create_test.go b/entities/bug/op_create_test.go
index d8bde46f..a7367acc 100644
--- a/entities/bug/op_create_test.go
+++ b/entities/bug/op_create_test.go
@@ -6,11 +6,11 @@ import (
"github.com/stretchr/testify/require"
- "github.com/MichaelMure/git-bug/entities/common"
- "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/common"
+ "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 TestCreate(t *testing.T) {