Skip to content

Commit d230244

Browse files
committed
fix
1 parent 61d9ff2 commit d230244

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
import HTTPTypes
1616
import OpenAPIRuntime
1717

18+
@testable import OpenAPILambda
19+
1820
#if swift(>=6.0)
1921
import Testing
20-
@testable import OpenAPILambda
2122

2223
struct RouterGraphTests {
2324
@Test("Path with no parameters")
@@ -426,4 +427,4 @@ struct RouterGraphTests {
426427
}
427428

428429
}
429-
#endif
430+
#endif

0 commit comments

Comments
 (0)