Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Dec 31, 2023
1 parent 79ee91d commit 0154406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/Tests/FlareTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ final class FlareTests: StoreSessionTestCase {
let product = try await ProductProviderHelper.purchases.randomElement()

// when
var handler: Closure<Result<StoreTransaction, IAPError>> = { result in
let handler: Closure<Result<StoreTransaction, IAPError>> = { result in
switch expectedResult {
case .success:
XCTAssertEqual(result.success?.productIdentifier, product?.id)
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0154406

Please sign in to comment.