Skip to content

Commit 0dcc490

Browse files
committed
fixup
1 parent 9034410 commit 0dcc490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/SwiftAwsLambdaTests/LambdaRuntimeClientTest+XCTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extension LambdaRuntimeClientTest {
3333
("testGetWorkServerMissingHeaderRequestIDError", testGetWorkServerMissingHeaderRequestIDError),
3434
("testProcessResponseInternalServerError", testProcessResponseInternalServerError),
3535
("testProcessErrorInternalServerError", testProcessErrorInternalServerError),
36-
("testProcessInitErrorOnBootsratpFailure", testProcessInitErrorOnBootsratpFailure),
36+
("testProcessInitErrorOnBootstrapFailure", testProcessInitErrorOnBootstrapFailure),
3737
]
3838
}
3939
}

Tests/SwiftAwsLambdaTests/LambdaRuntimeClientTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class LambdaRuntimeClientTest: XCTestCase {
165165
}
166166
}
167167

168-
func testProcessInitErrorOnBootsratpFailure() {
168+
func testProcessInitErrorOnBootstrapFailure() {
169169
struct Behavior: LambdaServerBehavior {
170170
func getWork() -> GetWorkResult {
171171
XCTFail("should not get work")

0 commit comments

Comments
 (0)