Skip to content

Commit 6759abd

Browse files
committed
Remove a stray comma in @test which is causing compilation issues
1 parent b204db6 commit 6759abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ struct LambdaRuntimeClientTests {
332332
}
333333

334334
@Test(
335-
"reportError() sends the correct errorType for different Error types",
335+
"reportError() sends the correct errorType for different Error types"
336336
)
337337
@available(LambdaSwift 2.0, *)
338338
func testReportErrorReturnsProperErrorType() async throws {

0 commit comments

Comments
 (0)