From 17637f57c44d0e6b537f40235a29815a3f87524b Mon Sep 17 00:00:00 2001 From: kugel3 Date: Wed, 21 Aug 2024 11:20:19 +0200 Subject: [PATCH] fix test --- .../CustomizeFeePayerTests.swift | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RadixWalletTests/Features/TransactionReviewFeatureTests/CustomizeFeePayerTests.swift b/RadixWalletTests/Features/TransactionReviewFeatureTests/CustomizeFeePayerTests.swift index bad1642af8..dcf8b2f54c 100644 --- a/RadixWalletTests/Features/TransactionReviewFeatureTests/CustomizeFeePayerTests.swift +++ b/RadixWalletTests/Features/TransactionReviewFeatureTests/CustomizeFeePayerTests.swift @@ -46,7 +46,13 @@ final class CustomizeFeePayerTests: TestCase { let selectedFeePayer = FeePayerCandidate(account: .previewValue1, xrdBalance: 20) await sut.send(.view(.changeFeePayerTapped)) { - $0.destination = .selectFeePayer(.init(feePayer: nil, transactionFee: .nonContingentLockPaying)) + $0.destination = .selectFeePayer( + .init( + reviewedTransaction: transactionStub, + selectedFeePayer: nil, + transactionFee: .nonContingentLockPaying + ) + ) } await sut.send(.destination(.presented(.selectFeePayer(.delegate(.selected(selectedFeePayer)))))) { $0.destination = nil