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 a5fd42b commit e064e39Copy full SHA for e064e39
WooCommerce/WooCommerceTests/POS/Models/PointOfSaleAggregateModelTests.swift
@@ -18,6 +18,9 @@ struct PointOfSaleAggregateModelTests {
18
collectOrderPaymentAnalyticsTracker: MockPOSCollectOrderPaymentAnalyticsTracker())
19
// Then
20
#expect(sut.orderStage == .building)
21
+
22
+ // Then
23
+ #expect(sut.orderStage != .building)
24
}
25
26
@available(iOS 17.0, *)
0 commit comments