We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e8a05 commit ca1efbeCopy full SHA for ca1efbe
.gitignore
@@ -26,3 +26,4 @@ CI.swift
26
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/lock.mdb
27
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/data.mdb
28
.build/workspace-state.json
29
+*.mdb
tests/offline-events-tests/NetworkConnectivityManagerTests.swift
@@ -50,7 +50,6 @@ class NetworkConnectivityManagerTests: XCTestCase {
50
func testPollingNetworkMonitor() throws {
51
let expectation1 = expectation(description: "do not fulfill before start")
52
expectation1.isInverted = true
53
-// let monitor = PollingNetworkMonitor(pollingInterval: 0.2)
54
let monitor = NetworkMonitor()
55
monitor.statusUpdatedCallback = {
56
expectation1.fulfill()
0 commit comments