Skip to content

Commit

Permalink
Add null values in ReceiveCommodityMessageUseCaseTest
Browse files Browse the repository at this point in the history
In the 'ReceiveCommodityMessageUseCaseTest.java', two new null parameters were added to the 'CommodityMessage.V3.Payload()' invocation. This aligns with recent schema updates to the Commodity Message functionality.
  • Loading branch information
pveeckhout committed Mar 24, 2024
1 parent 0bde604 commit 5365ada
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public void shouldReceiveMessage() {
new CommodityMessage.V3.Payload(
"system",
"station",
null,
null,
123456L,
true,
true,
Expand Down

0 comments on commit 5365ada

Please sign in to comment.