Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Apr 18, 2018
1 parent 2dd722c commit 23acd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/WebSocketTests/WebSocketTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WebSocketTests: XCTestCase {
func testServer() throws {
let group = MultiThreadedEventLoopGroup(numThreads: 8)

let ws = WebSocket.httpProtocolUpgrader(shouldUpgrade: { req in
let ws = HTTPServer.webSocketUpgrader(shouldUpgrade: { req in
if req.url.path == "/deny" {
return nil
}
Expand Down

0 comments on commit 23acd21

Please sign in to comment.