Skip to content

Commit

Permalink
task-contract-messaging-listener-done
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Dec 6, 2024
1 parent 791c4e0 commit 0b5b6c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public void settleInitialPrice_createsPrice_OnContractTest() {
.hasPrice(105_00)
.hasNoFactors();

//TODO assert that PriceChange event is published with PriceChangeEventAssert
PriceChangeEventAssert.assertThatEvent(sharedFixtures.testEventListener.singleEvent())
.isPriceChangeV1(actualPrice);
}


Expand Down

0 comments on commit 0b5b6c6

Please sign in to comment.