File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/WooCommerceTests/ViewRelated/Products/Variations/Bulk Update Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ final class BulkUpdateViewModelTests: XCTestCase {
337337 XCTAssertTrue ( onCancelButtonTappedInvoked)
338338 }
339339
340- func test_less_than_100_variations_shows_warning ( ) throws {
340+ func test_less_than_100_variations_does_not_shows_warning ( ) throws {
341341 // Given
342342 let viewModel = BulkUpdateViewModel ( siteID: 0 ,
343343 productID: 0 ,
@@ -350,7 +350,7 @@ final class BulkUpdateViewModelTests: XCTestCase {
350350 XCTAssertFalse ( viewModel. shouldShowVariationLimitWarning)
351351 }
352352
353- func test_more_than_100_variations_does_not_shows_warning ( ) throws {
353+ func test_more_than_100_variations_shows_shows_warning ( ) throws {
354354 // Given
355355 let viewModel = BulkUpdateViewModel ( siteID: 0 ,
356356 productID: 0 ,
You can’t perform that action at this time.
0 commit comments