We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ee3f1 commit 79a477cCopy full SHA for 79a477c
WooCommerce/WooCommerceTests/ViewRelated/Products/Edit Product/ProductFormViewModel+SaveTests.swift
@@ -68,7 +68,7 @@ final class ProductFormViewModel_SaveTests: XCTestCase {
68
XCTAssertEqual(savedProduct, EditableProductModel(product: product.copy(statusKey: ProductStatus.pending.rawValue)))
69
}
70
71
- func test_adding_a_product_remotely_replaces_local_product_ID_in_productImagesUploader() throws {
+ func test_adding_a_product_remotely_fires_replaceLocalID_in_productImagesUploader() throws {
72
// Given
73
let product = Product.fake().copy(statusKey: ProductStatus.published.rawValue)
74
let productImagesUploader = MockProductImageUploader()
0 commit comments