From 7eb4650a1db200611e6e23cad7dc8fa94f303544 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:17:00 +0000 Subject: [PATCH] lint --- .../test/aws/smithy/kotlin/runtime/ExceptionsTest.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/ExceptionsTest.kt b/runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/ExceptionsTest.kt index 7b54868bf..551718c36 100644 --- a/runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/ExceptionsTest.kt +++ b/runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/ExceptionsTest.kt @@ -60,8 +60,8 @@ class ExceptionsTest { } assertEquals( "Service returned error code $ERROR_CODE, " + - "Error type: $ERROR_TYPE, " + - "Protocol response: $PROTOCOL_RESPONSE_SUMMARY", + "Error type: $ERROR_TYPE, " + + "Protocol response: $PROTOCOL_RESPONSE_SUMMARY", e.message, ) } @@ -76,9 +76,9 @@ class ExceptionsTest { } assertEquals( "Service returned error code $ERROR_CODE, " + - "Error type: $ERROR_TYPE, " + - "Protocol response: $PROTOCOL_RESPONSE_SUMMARY, " + - "Request ID: $REQUEST_ID", + "Error type: $ERROR_TYPE, " + + "Protocol response: $PROTOCOL_RESPONSE_SUMMARY, " + + "Request ID: $REQUEST_ID", e.message, ) } @@ -113,4 +113,4 @@ private class FooServiceException( init { sdkErrorMetadata.attributes.apply(attributes) } -} \ No newline at end of file +}