Skip to content

Commit d9ca6a4

Browse files
committed
add comment
1 parent 4333b4e commit d9ca6a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import OpenAPIRuntime
1717

1818
@testable import OpenAPILambda
1919

20+
// only run unit tests on Swift 6.x
2021
#if swift(>=6.0)
2122
import Testing
2223

Tests/OpenAPILambdaTests/Router/RouterNodeTest.swift

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import OpenAPIRuntime
1717

1818
@testable import OpenAPILambda
1919

20+
// only run unit tests on Swift 6.x
2021
#if swift(>=6.0)
2122
import Testing
2223

0 commit comments

Comments
 (0)