We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5c5cb commit 6b23c79Copy full SHA for 6b23c79
Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift
@@ -228,7 +228,7 @@ struct RouterGraphTests {
228
// let method = HTTPRequest.Method(strMethod)!
229
// let graph = prepareGraph(for: method)
230
//
231
- // let root: node? = graph.root()
+ // let root: Node? = graph.root()
232
// XCTAssertNotNil(root)
233
234
// // when
@@ -334,7 +334,7 @@ struct RouterGraphTests {
334
)
335
func testFindHandler2(
336
pathToTest: String
337
- ) async throws {
+ ) throws {
338
// given
339
let strMethod = "GET"
340
let method = HTTPRequest.Method(strMethod)!
0 commit comments