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 e6eac49 commit 0bf07e8Copy full SHA for 0bf07e8
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