Skip to content

Commit 5950228

Browse files
committed
Fixed swiftlint warnings
1 parent b492166 commit 5950228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/StoreKitUnitTests/StoreProductTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)