summaryrefslogtreecommitdiffstatshomepage
path: root/entity/dag/operation_testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/dag/operation_testing.go')
-rw-r--r--entity/dag/operation_testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/operation_testing.go b/entity/dag/operation_testing.go
index 0ca47d4b5..fd4d2343c 100644
--- a/entity/dag/operation_testing.go
+++ b/entity/dag/operation_testing.go
@@ -17,7 +17,7 @@ import (
func SerializeRoundTripTest[OpT Operation](
t *testing.T,
unmarshaler OperationUnmarshaler,
- maker func(author identity.Interface, unixTime int64) (OpT, entity.Resolvers),
+ maker func(author entity.Identity, unixTime int64) (OpT, entity.Resolvers),
) {
repo := repository.NewMockRepo()