Skip to content

Commit 7bd23c3

Browse files
committed
chore(EMS-4020): fix merge issue
1 parent 45c3de0 commit 7bd23c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ui/server/helpers/task-list/index.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const {
2626
},
2727
} = exportContract;
2828

29-
const { isUsingBroker } = broker;
29+
const { isUsingBroker, isBasedInUk: brokerIsBasedInUk, fullAddress: brokerFullAddress } = broker;
3030
const { hasDifferentTradingName } = company;
3131
const { buyerTradingHistory, relationship } = buyer;
3232
const { exporterIsConnectedWithBuyer, exporterHasPreviousCreditInsuranceWithBuyer } = relationship;
@@ -43,6 +43,8 @@ describe('server/helpers/task-list', () => {
4343
finalDestinationKnown,
4444
jointlyInsuredParty.requested,
4545
isUsingBroker,
46+
brokerIsBasedInUk,
47+
brokerFullAddress,
4648
isAppointingLossPayee,
4749
lossPayeeIsLocatedInUk,
4850
lossPayeeIsLocatedInternationally,

0 commit comments

Comments
 (0)