diff options
Diffstat (limited to 'entity/dag/operation_testing.go')
-rw-r--r-- | entity/dag/operation_testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/operation_testing.go b/entity/dag/operation_testing.go index 29923eec..6ebdcae8 100644 --- a/entity/dag/operation_testing.go +++ b/entity/dag/operation_testing.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" ) |