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(
14
14
. package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 1.0.0-alpha.3 " ) ,
15
15
. package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.3.0 " ) ,
16
16
. 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"),
18
17
] ,
19
18
targets: [
20
19
. target(
@@ -31,8 +30,7 @@ let package = Package(
31
30
. testTarget(
32
31
name: " OpenAPILambdaTests " ,
33
32
dependencies: [
34
- . byName( name: " OpenAPILambda " ) ,
35
- // .product(name: "Testing", package: "swift-testing"),
33
+ . byName( name: " OpenAPILambda " )
36
34
]
37
35
) ,
38
36
]
You can’t perform that action at this time.
0 commit comments