Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 11, 2023
1 parent 1c8a065 commit 63d32bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ final class XPlatformW3WTests: XCTestCase {

let expectation = expectation(description: "session settled")

print("js api host url \(javaScriptAutoTestsAPI.host)")
w3wClient.sessionProposalPublisher
.sink { [unowned self] (proposal, _) in
Task(priority: .high) {
Expand Down Expand Up @@ -121,7 +122,7 @@ final class XPlatformW3WTests: XCTestCase {


class JavaScriptAutoTestsAPI {
private let host = "https://\(InputConfig.jsClientApiHost)"
let host = "https://\(InputConfig.jsClientApiHost)"

func quickConnect() async throws -> WalletConnectURI {
let url = URL(string: "\(host)/quick_connect")!
Expand Down

0 comments on commit 63d32bd

Please sign in to comment.