Skip to content

Commit

Permalink
Publishing hang
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Dec 8, 2023
1 parent 73976b9 commit fad83e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void oneCommandShouldGenerateEventAndPersistProjection() {

assertThat(eventsFromJournal).containsExactly(expectedEnvelope);

assertThat(vikingEventProcessor.getAggregateStore().getAggregate(any(), eq("1")).toCompletableFuture().join()).isEqualTo(Some(expected));
assertThat(vikingEventProcessor.getAggregateStore().getAggregate(Transaction.newTx(), "1").toCompletableFuture().join()).isEqualTo(Some(expected));
Assertions.assertThat(projection.data.get("1")).isEqualTo(1);
}

Expand Down

0 comments on commit fad83e6

Please sign in to comment.