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

Unified Diff: ios/chrome/browser/payments/shipping_address_selection_view_controller_unittest.mm

Issue 2710683012: [Payment Request] Payment request summary view pending state (Closed)
Patch Set: Created 3 years, 10 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/payments/shipping_address_selection_view_controller_unittest.mm
diff --git a/ios/chrome/browser/payments/shipping_address_selection_view_controller_unittest.mm b/ios/chrome/browser/payments/shipping_address_selection_view_controller_unittest.mm
index 80c31b1cc3d3e23a4e379f176e5e3d774fb47975..8d30ced93ba01c9bb7bd77f18789fb3806f32d83 100644
--- a/ios/chrome/browser/payments/shipping_address_selection_view_controller_unittest.mm
+++ b/ios/chrome/browser/payments/shipping_address_selection_view_controller_unittest.mm
@@ -97,8 +97,8 @@ TEST_F(ShippingAddressSelectionViewControllerTest, TestModel) {
// There should stil be 4 items in total.
ASSERT_EQ(4U, static_cast<unsigned int>(NumberOfItemsInSection(0)));
- // Test the loading state.
- [GetShippingAddressSelectionViewController() setIsLoading:YES];
+ // Test the pending state.
+ [GetShippingAddressSelectionViewController() setIsPending:YES];
[GetShippingAddressSelectionViewController() loadModel];
ASSERT_EQ(1, NumberOfSections());

Powered by Google App Engine
This is Rietveld 408576698