| Index: ios/chrome/browser/payments/cells/price_item_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/cells/price_item_unittest.mm b/ios/chrome/browser/payments/cells/price_item_unittest.mm
|
| index 4b05f2f19007f81a35b416eb0f10f9e28c6661dc..5a4b872b2e7d1cea82f6e37cb03921bf6c8dc37a 100644
|
| --- a/ios/chrome/browser/payments/cells/price_item_unittest.mm
|
| +++ b/ios/chrome/browser/payments/cells/price_item_unittest.mm
|
| @@ -16,7 +16,7 @@ namespace {
|
|
|
| // Tests that the labels are set properly after a call to |configureCell:|.
|
| TEST(PaymentRequestPriceItemTest, TextLabels) {
|
| - PriceItem* priceItem = [[PriceItem alloc] initWithType:0];
|
| + PriceItem* priceItem = [[PriceItem alloc] init];
|
|
|
| NSString* item = @"Total";
|
| NSString* notification = @"Updated";
|
|
|