Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Oct 5, 2023
1 parent 754bcb1 commit 82974e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PacketTunnelCoreTests/TunnelMonitorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Network
import XCTest

final class TunnelMonitorTests: XCTestCase {
let networkCounters = NetworkCountersFake()
let networkCounters = NetworkCounters()

func testShouldDetermineConnectionEstablished() throws {
let connectedExpectation = expectation(description: "Should report connected.")
Expand Down

0 comments on commit 82974e1

Please sign in to comment.