| Index: ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| index 3042c72aba9c58ef9dd04bfe400734daf889b0de..e8dd286ec0427a7c52cc7e7ea5a9357c312efce6 100644
|
| --- a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| +++ b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| @@ -7,6 +7,7 @@
|
| #include "base/mac/foundation_util.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "components/autofill/core/browser/test_personal_data_manager.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #import "ios/chrome/browser/payments/cells/price_item.h"
|
| #include "ios/chrome/browser/payments/payment_request.h"
|
| #import "ios/chrome/browser/payments/payment_request_test_util.h"
|
| @@ -51,7 +52,7 @@ class PaymentItemsDisplayViewControllerTest
|
| TEST_F(PaymentItemsDisplayViewControllerTest, TestModel) {
|
| CreateController();
|
| CheckController();
|
| - CheckTitleWithId(IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TITLE);
|
| + CheckTitleWithId(IDS_PAYMENTS_ORDER_SUMMARY_LABEL);
|
|
|
| [GetPaymentItemsViewController() loadModel];
|
|
|
|
|