Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 22, 2024
1 parent 969a002 commit 794ed31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Example/IntegrationTests/Sign/SignClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ final class SignClientTests: XCTestCase {
}

func testSessionPropose() async throws {
//start measuring here
let dappSettlementExpectation = expectation(description: "Dapp expects to settle a session")
let walletSettlementExpectation = expectation(description: "Wallet expects to settle a session")
let requiredNamespaces = ProposalNamespace.stubRequired()
Expand All @@ -105,7 +104,6 @@ final class SignClientTests: XCTestCase {
}
}.store(in: &publishers)
dapp.sessionSettlePublisher.sink { _ in
//end measuring here
dappSettlementExpectation.fulfill()
}.store(in: &publishers)
wallet.sessionSettlePublisher.sink { _ in
Expand Down

0 comments on commit 794ed31

Please sign in to comment.