Skip to content

Commit 7407d46

Browse files
committed
Fix IAP mapper test for new fixture
1 parent b144250 commit 7407d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Networking/NetworkingTests/Mapper/InAppPurchasesProductsMapperTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ final class InAppPurchasesProductsMapperTests: XCTestCase {
66
// Given
77
let jsonData = try XCTUnwrap(Loader.contentsOf("iap-products"))
88
let expectedProductIdentifiers = [
9-
"woocommerce_entry_monthly",
10-
"woocommerce_entry_yearly"]
9+
"debug.woocommerce.ecommerce.monthly"
10+
]
1111

1212
// When
1313
let products = try InAppPurchasesProductMapper().map(response: jsonData)

0 commit comments

Comments
 (0)