Skip to content

Commit

Permalink
DT-1504 fixed an error
Browse files Browse the repository at this point in the history
  • Loading branch information
preetamnpr committed Sep 27, 2024
1 parent c7f6b33 commit 8e81bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private static LinkedHashMap<String, BookingScenarioListBuilder> createConforman
.then(
shipperGetBooking(
COMPLETED)))))),
uc10_carrier_declineBooking(AMENDMENT_DECLINED)
uc10_carrier_declineBooking(null)
.then(shipperGetBooking(DECLINED)),
uc12_carrier_confirmBookingCompleted()
.then(shipperGetBooking(COMPLETED)))),
Expand Down

0 comments on commit 8e81bf0

Please sign in to comment.