Skip to content

Commit 089c457

Browse files
authored
Update given, when, then comment in OrderListSync tests
1 parent 3dd6e9d commit 089c457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Orders/OrderListSyncActionUseCaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ final class OrderListSyncActionUseCaseTests: XCTestCase {
321321
lastFullSyncTimestamp: nil,
322322
completionHandler: unimportantCompletionHandler)
323323

324-
// Assert
324+
// Then
325325
guard case .fetchFilteredOrders(_, _, _, _, _, _, _, let createdVia, _, _, _) = action else {
326326
XCTFail("Unexpected OrderAction type: \(action)")
327327
return

0 commit comments

Comments
 (0)