You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: akka-projection-dynamodb-integration/src/test/scala/akka/projection/dynamodb/DynamoDBTimestampOffsetProjectionSpec.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@ class DynamoDBTimestampOffsetProjectionSpec
567
567
env.sequenceNr,
568
568
eventOption =None,
569
569
env.timestamp,
570
-
env.eventMetadata,
570
+
env.internalEventMetadata,
571
571
env.entityType,
572
572
env.slice,
573
573
env.filtered,
@@ -635,7 +635,7 @@ class DynamoDBTimestampOffsetProjectionSpec
Copy file name to clipboardExpand all lines: akka-projection-dynamodb-integration/src/test/scala/akka/projection/dynamodb/DynamoDBTimestampOffsetStoreSpec.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ abstract class DynamoDBTimestampOffsetStoreBaseSpec(config: Config)
131
131
env.sequenceNr,
132
132
eventOption =None,
133
133
env.timestamp,
134
-
env.eventMetadata,
134
+
env.internalEventMetadata,
135
135
env.entityType,
136
136
env.slice,
137
137
env.filtered,
@@ -144,7 +144,7 @@ abstract class DynamoDBTimestampOffsetStoreBaseSpec(config: Config)
Copy file name to clipboardExpand all lines: akka-projection-grpc-integration/src/test/scala/akka/projection/grpc/consumer/scaladsl/LoadEventQuerySpec.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ class LoadEventQuerySpec(testContainerConf: TestContainerConf)
Copy file name to clipboardExpand all lines: akka-projection-r2dbc-integration/src/test/scala/akka/projection/r2dbc/R2dbcTimestampOffsetProjectionSpec.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ class R2dbcTimestampOffsetProjectionSpec
395
395
env.sequenceNr,
396
396
eventOption =None,
397
397
env.timestamp,
398
-
env.eventMetadata,
398
+
env.internalEventMetadata,
399
399
env.entityType,
400
400
env.slice,
401
401
env.filtered,
@@ -484,7 +484,7 @@ class R2dbcTimestampOffsetProjectionSpec
Copy file name to clipboardExpand all lines: akka-projection-r2dbc-integration/src/test/scala/akka/projection/r2dbc/R2dbcTimestampOffsetStoreSpec.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ class R2dbcTimestampOffsetStoreSpec
96
96
env.sequenceNr,
97
97
eventOption =None,
98
98
env.timestamp,
99
-
env.eventMetadata,
99
+
env.internalEventMetadata,
100
100
env.entityType,
101
101
env.slice,
102
102
env.filtered,
@@ -109,7 +109,7 @@ class R2dbcTimestampOffsetStoreSpec
0 commit comments