| Index: ios/chrome/browser/payments/cells/payments_text_item_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/cells/payments_text_item_unittest.mm b/ios/chrome/browser/payments/cells/payments_text_item_unittest.mm
|
| index 9c4028023143a771a3544442cbecbf24be40c3d0..b9f8e13c2589ada4b209563220d8baee2dd4fe1e 100644
|
| --- a/ios/chrome/browser/payments/cells/payments_text_item_unittest.mm
|
| +++ b/ios/chrome/browser/payments/cells/payments_text_item_unittest.mm
|
| @@ -17,7 +17,7 @@ namespace {
|
| // Tests that the text label and the image are set properly after a call to
|
| // |configureCell:|.
|
| TEST(PaymentRequestPaymentsTextItemTest, TextLabelAndImage) {
|
| - PaymentsTextItem* item = [[PaymentsTextItem alloc] initWithType:0];
|
| + PaymentsTextItem* item = [[PaymentsTextItem alloc] init];
|
|
|
| NSString* text = @"Lorem ipsum";
|
| NSString* detailText = @"Dolor sit amet";
|
|
|