From f253b6ec0c6f17cb6938263f4897fa12e77b7c40 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Fri, 22 Sep 2023 03:12:19 +0800 Subject: [PATCH] Update NotifyTests.swift --- Example/IntegrationTests/Push/NotifyTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/IntegrationTests/Push/NotifyTests.swift b/Example/IntegrationTests/Push/NotifyTests.swift index 06f5eed3a..b02b5e248 100644 --- a/Example/IntegrationTests/Push/NotifyTests.swift +++ b/Example/IntegrationTests/Push/NotifyTests.swift @@ -11,7 +11,7 @@ import WalletConnectPush @testable import WalletConnectPairing import WalletConnectIdentity import WalletConnectSigner - + final class NotifyTests: XCTestCase { var walletNotifyClientA: NotifyClient!