Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 22, 2024
1 parent b6b959d commit 5140f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HummingbirdWebSocketTests/WebSocketTests.swift
Expand Up @@ -403,7 +403,7 @@ final class HummingbirdWebSocketTests: XCTestCase {
let router = Router(context: BasicWebSocketRequestContext.self)
router.ws("/ws1") { _, _ in
return .upgrade([:])
} handle: { ws, _ in
} onUpgrade: { ws, _ in
try await ws.outbound.write(.text("One"))
}
router.ws("/ws2") { _, _ in
Expand Down

0 comments on commit 5140f09

Please sign in to comment.