From d57c380dd5f882b8f47d087846fcfcbf068cfa93 Mon Sep 17 00:00:00 2001 From: Bartosz Rozwarski Date: Mon, 18 Sep 2023 22:45:47 +0300 Subject: [PATCH] test --- Example/IntegrationTests/Push/NotifyTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/IntegrationTests/Push/NotifyTests.swift b/Example/IntegrationTests/Push/NotifyTests.swift index 10ab55466..f395aaf05 100644 --- a/Example/IntegrationTests/Push/NotifyTests.swift +++ b/Example/IntegrationTests/Push/NotifyTests.swift @@ -188,7 +188,6 @@ final class NotifyTests: XCTestCase { let subscribeExpectation = expectation(description: "creates notify subscription") let messageExpectation = expectation(description: "receives a notify message") let notifyMessage = NotifyMessage.stub() - try! await walletNotifyClientA.register(account: account, domain: gmDappDomain, onSign: sign) try! await walletNotifyClientA.subscribe(appDomain: gmDappDomain, account: account)