Skip to content

Commit ca1efbe

Browse files
author
“Akshay
committed
Adding new files in gitignore
1 parent b9e8a05 commit ca1efbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ CI.swift
2626
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/lock.mdb
2727
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/data.mdb
2828
.build/workspace-state.json
29+
*.mdb

tests/offline-events-tests/NetworkConnectivityManagerTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class NetworkConnectivityManagerTests: XCTestCase {
5050
func testPollingNetworkMonitor() throws {
5151
let expectation1 = expectation(description: "do not fulfill before start")
5252
expectation1.isInverted = true
53-
// let monitor = PollingNetworkMonitor(pollingInterval: 0.2)
5453
let monitor = NetworkMonitor()
5554
monitor.statusUpdatedCallback = {
5655
expectation1.fulfill()

0 commit comments

Comments
 (0)