Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 18, 2023
1 parent 3a73013 commit d57c380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Example/IntegrationTests/Push/NotifyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d57c380

Please sign in to comment.