diff options
Diffstat (limited to 'entity/dag/op_noop_test.go')
-rw-r--r-- | entity/dag/op_noop_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/op_noop_test.go b/entity/dag/op_noop_test.go index e2f5cde0..c7710b83 100644 --- a/entity/dag/op_noop_test.go +++ b/entity/dag/op_noop_test.go @@ -3,7 +3,7 @@ package dag import ( "testing" - "github.com/MichaelMure/git-bug/identity" + "github.com/MichaelMure/git-bug/entities/identity" ) func TestNoopSerialize(t *testing.T) { |