Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment
  • Loading branch information
sebsto committed Oct 15, 2024
commit d9ca6a42a93df966d92f11d860b503e853b75904
1 change: 1 addition & 0 deletions Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import OpenAPIRuntime

@testable import OpenAPILambda

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

Expand Down
1 change: 1 addition & 0 deletions Tests/OpenAPILambdaTests/Router/RouterNodeTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import OpenAPIRuntime

@testable import OpenAPILambda

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

Expand Down