Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Mar 7, 2024
1 parent 55171c2 commit 7eb4650
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}
Expand All @@ -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,
)
}
Expand Down Expand Up @@ -113,4 +113,4 @@ private class FooServiceException(
init {
sdkErrorMetadata.attributes.apply(attributes)
}
}
}

0 comments on commit 7eb4650

Please sign in to comment.