Skip to content

Commit 6b23c79

Browse files
committed
fix typo
1 parent 0d5c5cb commit 6b23c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ struct RouterGraphTests {
228228
// let method = HTTPRequest.Method(strMethod)!
229229
// let graph = prepareGraph(for: method)
230230
//
231-
// let root: node? = graph.root()
231+
// let root: Node? = graph.root()
232232
// XCTAssertNotNil(root)
233233
//
234234
// // when
@@ -334,7 +334,7 @@ struct RouterGraphTests {
334334
)
335335
func testFindHandler2(
336336
pathToTest: String
337-
) async throws {
337+
) throws {
338338
// given
339339
let strMethod = "GET"
340340
let method = HTTPRequest.Method(strMethod)!

0 commit comments

Comments
 (0)