Skip to content

Commit

Permalink
Merge branch 'main' into turbo-navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti authored Nov 13, 2023
2 parents f383c49 + b975b95 commit 249adbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SessionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SessionTests: XCTestCase {

eventLoop = try SelectorEventLoop(selector: KqueueSelector())
server = DefaultHTTPServer.turboServer(eventLoop: eventLoop)
try! server.start()
try server.start()
DispatchQueue.global().async { self.eventLoop.runForever() }
}

Expand Down

0 comments on commit 249adbf

Please sign in to comment.