Skip to content

Commit

Permalink
Update ProductFormRemoteActionUseCaseTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed Jan 10, 2025
1 parent b3bde2c commit f245506
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ final class ProductFormRemoteActionUseCaseTests: XCTestCase {
result = aResult
}
waitUntil {
createdVariationCount == 3
createdVariationCount == 3 &&
result != nil
}

// Then
Expand Down

0 comments on commit f245506

Please sign in to comment.