Skip to content

Commit 5fd196f

Browse files
committed
make tests compile
1 parent f958e4f commit 5fd196f

File tree

2 files changed

+86
-46
lines changed

2 files changed

+86
-46
lines changed

WooCommerce/WooCommerceTests/Mocks/MockCollectOrderPaymentAnalyticsTracker.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ final class MockCollectOrderPaymentAnalyticsTracker: CollectOrderPaymentAnalytic
5353
func trackReceiptPrintFailed(error: Error) {
5454
// no-op
5555
}
56+
57+
func trackCustomerInteractionStarted() {
58+
// no-op
59+
}
5660
}

0 commit comments

Comments
 (0)