Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Jul 26, 2023
1 parent 67f5588 commit 7207380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/ios/plaidRNDemoUITests/PlaidRNDemoUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ extension PlaidRNDemoUITests {
print("#37 id: \(String(describing: id))")
print("#37 secret: \(String(describing: secret))")



guard id?.isEmpty == false, secret?.isEmpty == false else {
XCTFail("Failed to load CLIENT_ID or API_SECRET from environment. ID: \(String(describing: id)) Secret: \(String(describing: secret))")
return
Expand Down

0 comments on commit 7207380

Please sign in to comment.