Skip to content

Commit 6ea9262

Browse files
authored
Swift testing (#53)
* Swift Testing * Use soto 7.1.0
1 parent 0c3ba9b commit 6ea9262

File tree

4 files changed

+363
-569
lines changed

4 files changed

+363
-569
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
],
3131
dependencies: [
3232
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
33-
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
33+
.package(url: "https://github.com/soto-project/soto.git", from: "7.1.0"),
3434
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
3535
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"),
3636
// for SRP
@@ -54,7 +54,6 @@ let package = Package(
5454
.target(name: "SotoCognitoAuthenticationKit"),
5555
]
5656
),
57-
.testTarget(name: "SotoCognitoAuthenticationKitTests", dependencies: ["SotoCognitoAuthenticationKit"]),
58-
.testTarget(name: "SotoCognitoAuthenticationSRPTests", dependencies: ["SotoCognitoAuthenticationSRP"]),
57+
.testTarget(name: "SotoCognitoAuthenticationKitTests", dependencies: ["SotoCognitoAuthenticationKit", "SotoCognitoAuthenticationSRP"]),
5958
]
6059
)

0 commit comments

Comments
 (0)