Skip to content

Commit 03277dc

Browse files
committed
Update PointOfSaleBarcodeScannerSetupFlowManagerTests.swift
1 parent d28b56f commit 03277dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/Presentation/Barcode Scanner Setup/PointOfSaleBarcodeScannerSetupFlowManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct PointOfSaleBarcodeScannerSetupFlowManagerTests {
8484
// Then it tracks the scanner connected event
8585
let event = mockAnalytics.events.first
8686
#expect(event?.eventName == WooAnalyticsStat.pointOfSaleBarcodeScannerSetupScannerConnected.rawValue)
87-
#expect(event?.properties["scanner"] as? String == "netum_1228bc")
87+
#expect(event?.properties["scanner"] as? String == "Netum_1228BC")
8888
}
8989

9090
@available(iOS 17.0, *)

0 commit comments

Comments
 (0)