Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm

Issue 2959133002: [Payment Request] unit tests for the FullCardRequester (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
diff --git a/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm b/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
index 7723af8139620bad8e627c75662187e944a00ae3..308662a9b49788b9a9c31d065e22afadedc88ec1 100644
--- a/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
+++ b/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
@@ -132,9 +132,9 @@ TEST_F(PaymentRequestCoordinatorTest, StartAndStop) {
EXPECT_EQ(nil, base_view_controller.presentedViewController);
}
-// Tests that calling the card unmasking delegate method which notifies the
-// coordinator about successful unmasking of a credit card invokes the
-// appropriate coordinator delegate method with the expected information.
+// Tests that calling the FullCardRequesterConsumer delegate method which
+// notifies the coordinator about successful unmasking of a credit card invokes
+// the appropriate coordinator delegate method with the expected information.
TEST_F(PaymentRequestCoordinatorTest, FullCardRequestDidSucceed) {
UIViewController* base_view_controller = [[UIViewController alloc] init];
ScopedKeyWindow scoped_key_window_;

Powered by Google App Engine
This is Rietveld 408576698