From 015440691540b7d3314e6dc06975bc66627f17c4 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 31 Dec 2023 16:40:56 +0100 Subject: [PATCH] Fix typos --- Tests/IntegrationTests/Tests/FlareTests.swift | 2 +- project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/IntegrationTests/Tests/FlareTests.swift b/Tests/IntegrationTests/Tests/FlareTests.swift index c03449e46..6c7657ab1 100644 --- a/Tests/IntegrationTests/Tests/FlareTests.swift +++ b/Tests/IntegrationTests/Tests/FlareTests.swift @@ -117,7 +117,7 @@ final class FlareTests: StoreSessionTestCase { let product = try await ProductProviderHelper.purchases.randomElement() // when - var handler: Closure> = { result in + let handler: Closure> = { result in switch expectedResult { case .success: XCTAssertEqual(result.success?.productIdentifier, product?.id) diff --git a/project.yml b/project.yml index df58e74b5..59e13d92d 100644 --- a/project.yml +++ b/project.yml @@ -22,7 +22,7 @@ targets: TARGETED_DEVICE_FAMILY: "1,2,3,4" SUPPORTED_PLATFORMS: "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" scheme: - storeKitConfiguration: "Tests/FlareTests/IntegrationTests/Flare.storekit" + storeKitConfiguration: "Tests/IntegrationTests/Flare.storekit" testTargets: - IntegrationTests Flare: