Skip to content

Commit

Permalink
fix test with correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbesel committed Feb 17, 2025
1 parent 0027e63 commit 4ccce10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FormItemViewBuilderTests: XCTestCase {

func testPhoneExtensionMultiple() {
let presenter = UIViewController()
let query = PhoneExtensionsQuery(paymentMethod: .payTo)
let query = PhoneExtensionsQuery(paymentMethod: .generic)
let selectableValues = PhoneExtensionsRepository.get(with: query)
let item = FormPhoneExtensionPickerItem(
preselectedExtension: selectableValues[0],
Expand Down

0 comments on commit 4ccce10

Please sign in to comment.