We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c087890 commit 9391e45Copy full SHA for 9391e45
WooCommerce/WooCommerceTests/ViewRelated/Coupons/CouponListViewModelTests.swift
@@ -149,7 +149,7 @@ final class CouponListViewModelTests: XCTestCase {
149
func test_tableWillDisplayCellAtIndexPath_calls_ensureNextPageIsSynchronized_on_syncCoordinator() {
150
// Given
151
sut = CouponListViewModel(siteID: 123, syncingCoordinator: mockSyncingCoordinator)
152
-
+
153
// When
154
sut.tableWillDisplayCell(at: IndexPath(row: 3, section: 0))
155
0 commit comments