Skip to content

Commit 79a477c

Browse files
Rename test method to convey better meaning.
1 parent f8ee3f1 commit 79a477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Products/Edit Product/ProductFormViewModel+SaveTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final class ProductFormViewModel_SaveTests: XCTestCase {
6868
XCTAssertEqual(savedProduct, EditableProductModel(product: product.copy(statusKey: ProductStatus.pending.rawValue)))
6969
}
7070

71-
func test_adding_a_product_remotely_replaces_local_product_ID_in_productImagesUploader() throws {
71+
func test_adding_a_product_remotely_fires_replaceLocalID_in_productImagesUploader() throws {
7272
// Given
7373
let product = Product.fake().copy(statusKey: ProductStatus.published.rawValue)
7474
let productImagesUploader = MockProductImageUploader()

0 commit comments

Comments
 (0)