Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kugel3 committed Aug 21, 2024
1 parent 3f39780 commit 17637f5
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17637f5

Please sign in to comment.