File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ class StoreProductTests: StoreKitConfigTestCase {
434434 expect ( storeProduct. priceFormatter? . locale) == locale
435435 expect ( storeProduct. priceFormatter? . currencyCode) == " EUR "
436436 }
437-
437+
438438 func testTestProductWithCustomLocaleAndCurrency( ) {
439439 let locale : Locale = . init( identifier: " en_ES " )
440440 let product = TestStoreProduct (
@@ -453,7 +453,7 @@ class StoreProductTests: StoreKitConfigTestCase {
453453 expect ( storeProduct. priceFormatter? . locale) == locale
454454 expect ( storeProduct. priceFormatter? . currencyCode) == " USD "
455455 }
456-
456+
457457 func testTestProductWithCustomCurrency( ) {
458458 let locale : Locale = . init( identifier: " en_US " )
459459 let product = TestStoreProduct (
You can’t perform that action at this time.
0 commit comments