Skip to content

Commit

Permalink
Delete publishers after test run
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Nov 13, 2023
1 parent 0be66ed commit b1437e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/IntegrationTests/Push/NotifyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ final class NotifyTests: XCTestCase {
override func setUp() {
pk = try! EthereumPrivateKey()
walletNotifyClientA = makeWalletClient()
publishers.removeAll()
}

func testWalletCreatesSubscription() async throws {
Expand Down

0 comments on commit b1437e2

Please sign in to comment.