Skip to content

Commit

Permalink
Adding new files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
“Akshay committed May 20, 2024
1 parent b9e8a05 commit ca1efbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ CI.swift
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/lock.mdb
.build/arm64-apple-macosx/debug/index/db/v13/p25195--4de704/data.mdb
.build/workspace-state.json
*.mdb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class NetworkConnectivityManagerTests: XCTestCase {
func testPollingNetworkMonitor() throws {
let expectation1 = expectation(description: "do not fulfill before start")
expectation1.isInverted = true
// let monitor = PollingNetworkMonitor(pollingInterval: 0.2)
let monitor = NetworkMonitor()
monitor.statusUpdatedCallback = {
expectation1.fulfill()
Expand Down

0 comments on commit ca1efbe

Please sign in to comment.