Skip to content

Commit 2011853

Browse files
fix: swift tests
1 parent fe8d3cb commit 2011853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/ios/ReactNativeTests/RCTCheckoutWebViewTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ class RCTCheckoutWebViewTests: XCTestCase {
313313
discountCodes: [],
314314
appliedGiftCards: [],
315315
discountAllocations: [],
316-
delivery: CartDelivery(addresses: [])
316+
delivery: CartDelivery(addresses: []),
317+
payment: .init(instruments: [])
317318
)
318319
let event = CheckoutStartEvent(cart: cart)
319320

0 commit comments

Comments
 (0)