| Index: ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm b/ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm
|
| index a3f3b21edeb31654b389440bca0023f633d117a1..c6d616e06375d84e1aab44bfbeb7544fd8690110 100644
|
| --- a/ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm
|
| +++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm
|
| @@ -83,8 +83,8 @@ TEST_F(ShippingOptionSelectionViewControllerTest, TestModel) {
|
| item = GetCollectionViewItem(0, 0);
|
| EXPECT_TRUE([item isMemberOfClass:[PaymentsTextItem class]]);
|
|
|
| - // Test the loading state.
|
| - [GetShippingOptionSelectionViewController() setIsLoading:YES];
|
| + // Test the pending state.
|
| + [GetShippingOptionSelectionViewController() setIsPending:YES];
|
| [GetShippingOptionSelectionViewController() loadModel];
|
|
|
| ASSERT_EQ(1, NumberOfSections());
|
|
|