Skip to content

Commit

Permalink
Swift testing (#53)
Browse files Browse the repository at this point in the history
* Swift Testing

* Use soto 7.1.0
  • Loading branch information
adam-fowler authored Oct 18, 2024
1 parent 0c3ba9b commit 6ea9262
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 569 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.1.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"),
// for SRP
Expand All @@ -54,7 +54,6 @@ let package = Package(
.target(name: "SotoCognitoAuthenticationKit"),
]
),
.testTarget(name: "SotoCognitoAuthenticationKitTests", dependencies: ["SotoCognitoAuthenticationKit"]),
.testTarget(name: "SotoCognitoAuthenticationSRPTests", dependencies: ["SotoCognitoAuthenticationSRP"]),
.testTarget(name: "SotoCognitoAuthenticationKitTests", dependencies: ["SotoCognitoAuthenticationKit", "SotoCognitoAuthenticationSRP"]),
]
)
Loading

0 comments on commit 6ea9262

Please sign in to comment.