Skip to content

Commit 20b5910

Browse files
committed
Rename test case for variations.
1 parent 7b37191 commit 20b5910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/YosemiteTests/Tools/POS/POSCatalogPersistenceServiceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ struct POSCatalogPersistenceServiceTests {
459459
}
460460
}
461461

462-
@Test func persistIncrementalCatalogData_upserts_existing_and_new_variations() async throws {
462+
@Test func persistIncrementalCatalogData_replaces_variations_with_existing_and_new_variations() async throws {
463463
// Given
464464
let parentProduct = POSProduct.fake().copy(siteID: sampleSiteID, productID: 10)
465465
let existingVariation = POSProductVariation.fake().copy(siteID: sampleSiteID, productID: 10, productVariationID: 1, price: "10.00")

0 commit comments

Comments
 (0)