| Index: ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm
|
| index fdccc171f5a4b2b78d5331f91e865c452bf31588..3068f8d56c78a642c71e0308da65186f54679480 100644
|
| --- a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm
|
| +++ b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm
|
| @@ -105,8 +105,8 @@ TEST_F(PaymentRequestContactInfoSelectionCoordinatorTest, SelectedContactInfo) {
|
| PaymentRequestSelectorViewController* view_controller =
|
| base::mac::ObjCCastStrict<PaymentRequestSelectorViewController>(
|
| navigation_controller.visibleViewController);
|
| - [coordinator paymentRequestSelectorViewController:view_controller
|
| - didSelectItemAtIndex:1];
|
| + EXPECT_TRUE([coordinator paymentRequestSelectorViewController:view_controller
|
| + didSelectItemAtIndex:1]);
|
|
|
| // Wait for the coordinator delegate to be notified.
|
| base::test::ios::SpinRunLoopWithMinDelay(base::TimeDelta::FromSecondsD(0.5));
|
|
|