From 794ed319c7bf8211965150375f653a19442b9d61 Mon Sep 17 00:00:00 2001 From: Bartosz Rozwarski Date: Thu, 22 Aug 2024 07:54:20 +0200 Subject: [PATCH] remove comments --- Example/IntegrationTests/Sign/SignClientTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Example/IntegrationTests/Sign/SignClientTests.swift b/Example/IntegrationTests/Sign/SignClientTests.swift index 6cec32d42..4575da2db 100644 --- a/Example/IntegrationTests/Sign/SignClientTests.swift +++ b/Example/IntegrationTests/Sign/SignClientTests.swift @@ -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() @@ -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