aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/dag/common_test.go')
-rw-r--r--entity/dag/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/common_test.go b/entity/dag/common_test.go
index df8622d4..713d0734 100644
--- a/entity/dag/common_test.go
+++ b/entity/dag/common_test.go
@@ -7,8 +7,8 @@ import (
"github.com/stretchr/testify/require"
+ "github.com/MichaelMure/git-bug/entities/identity"
"github.com/MichaelMure/git-bug/entity"
- "github.com/MichaelMure/git-bug/identity"
"github.com/MichaelMure/git-bug/repository"
)