File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ let package = Package(
1414 . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 1.0.0-alpha.3 " ) ,
1515 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.3.0 " ) ,
1616 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.3.0 " ) ,
17- // .package(url: "https://github.com/apple/swift-testing.git", branch: "main"),
1817 ] ,
1918 targets: [
2019 . target(
@@ -31,8 +30,7 @@ let package = Package(
3130 . testTarget(
3231 name: " OpenAPILambdaTests " ,
3332 dependencies: [
34- . byName( name: " OpenAPILambda " ) ,
35- // .product(name: "Testing", package: "swift-testing"),
33+ . byName( name: " OpenAPILambda " )
3634 ]
3735 ) ,
3836 ]
You can’t perform that action at this time.
0 commit comments