Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format
  • Loading branch information
LouiseHsu committed Aug 29, 2024
commit 3a0645dcea74519a3a6cb824926f2847274290d2
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ final class InAppPurchase2PluginTests: XCTestCase {
case .failure(let error):
expectation.fulfill()
print(error.localizedDescription)
XCTAssert(error.localizedDescription == "The operation couldn’t be completed. (in_app_purchase_storekit.PigeonError error 1.)")
XCTAssert(
error.localizedDescription
== "The operation couldn’t be completed. (in_app_purchase_storekit.PigeonError error 1.)"
)
}
}
await fulfillment(of: [expectation], timeout: 5)
Expand Down