Skip to content

Commit

Permalink
Fixed Daemon EventProjection_follow_up_operations test Closes GH-3453
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 8, 2024
1 parent c1677df commit 6292d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public async Task rebuild_with_follow_up_operations_should_work()
{ Guid.NewGuid(), nestedEntity }, { Guid.NewGuid(), nestedEntity }
}));

session.Events.Append(Guid.NewGuid(), new SomeOtherEntityWithNestedIdentifierPublished(guid));
session.Events.Append(guid, new SomeOtherEntityWithNestedIdentifierPublished(guid));

await session.SaveChangesAsync();

Expand Down

0 comments on commit 6292d3f

Please sign in to comment.