Skip to content

Commit 20bee21

Browse files
Remove unnecessary comments fro FlowManagerTests
Co-authored-by: Gabriel Maldonado <gabriel.maldonado@automattic.com>
1 parent 2c85102 commit 20bee21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ struct PointOfSaleBarcodeScannerSetupFlowManagerTests {
114114

115115
// Initially on scanner selection
116116
if case .scannerSelection = sut.currentState {
117-
// Expected state
118117
} else {
119118
#expect(Bool(false), "Expected scannerSelection state")
120119
}
@@ -141,7 +140,6 @@ struct PointOfSaleBarcodeScannerSetupFlowManagerTests {
141140

142141
sut.selectScanner(.other)
143142
if case .setupFlow = sut.currentState {
144-
// Expected state after selection
145143
} else {
146144
#expect(Bool(false), "Expected setupFlow state after selection")
147145
}
@@ -151,7 +149,6 @@ struct PointOfSaleBarcodeScannerSetupFlowManagerTests {
151149

152150
// Then state returns to scanner selection
153151
if case .scannerSelection = sut.currentState {
154-
// Expected state after going back
155152
} else {
156153
#expect(Bool(false), "Expected scannerSelection state after going back")
157154
}

0 commit comments

Comments
 (0)