Skip to content

Commit

Permalink
update tests to accommodate includeOdyssey boolean field
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-J-Mason committed Jul 7, 2024
1 parent bafbdec commit 5a1679b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void testMap_givenDto_shouldReturnDomainObject() {
10000,
10000,
true,
false,
false);

LocateLoopTradeFilter domainObject = underTest.map(dto);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void testMap_givenDto_shouldReturnDomainObject() {
5000,
720,
true,
false,
false);

LocateSingleHopTradeFilter domainObject = underTest.map(dto);
Expand Down

0 comments on commit 5a1679b

Please sign in to comment.