Skip to content

Commit

Permalink
Fix concurrent assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe committed Dec 23, 2024
1 parent 865afa4 commit 7dbae7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class StripeAttestTest: XCTestCase {
}

func testNoPublishableKey() async {
await stripeAttest.apiClient.publishableKey = nil
await stripeAttest.apiClient!.publishableKey = nil
do {
// Create and attest a key
try await stripeAttest.attest()
Expand Down

0 comments on commit 7dbae7e

Please sign in to comment.