Skip to content

Commit 030b0a5

Browse files
Update WooCommerce/WooCommerceTests/POS/Analytics/POSCollectOrderPaymentAnalyticsTests.swift
Co-authored-by: Gabriel Maldonado <[email protected]>
1 parent ee76bac commit 030b0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/Analytics/POSCollectOrderPaymentAnalyticsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct POSCollectOrderPaymentAnalyticsTests {
1313
analytics = WooAnalytics(analyticsProvider: analyticsProvider)
1414
}
1515

16-
@Test func POSCollectOrderPaymentAnalyticsTests_when_successful_payment_then_tracks_event_and_properties() {
16+
@Test func analytics_when_successful_payment_then_tracks_event_and_properties() {
1717
// Given
1818
let siteID: Int64 = 123
1919
let configuration = CardPresentPaymentsConfiguration(country: .US)

0 commit comments

Comments
 (0)