Skip to content

Commit 00d3f47

Browse files
committed
Update test names
1 parent 305cbcb commit 00d3f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Products/Variations/Bulk Update/BulkUpdateViewModelTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)