Skip to content

Commit de5e31c

Browse files
committed
change some test names for clarity
1 parent b1527ff commit de5e31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct LambdaRuntimeClientTests {
8989
}
9090

9191
@Test
92-
func testCancellation() async throws {
92+
func testRuntimeClientCancellation() async throws {
9393
struct HappyBehavior: LambdaServerBehavior {
9494
let requestId = UUID().uuidString
9595
let event = "hello"

Tests/AWSLambdaRuntimeTests/PoolTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct PoolTests {
3737
}
3838

3939
@Test
40-
func testCancellation() async throws {
40+
func testPoolCancellation() async throws {
4141
let pool = LambdaHTTPServer.Pool<String>()
4242

4343
// Create a task that will be cancelled

0 commit comments

Comments
 (0)