Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmarsuhail committed Nov 23, 2023
1 parent 0127367 commit 43e8308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void testEncryptionClientExceptionExtraction() throws Throwable {
public void testNonEncryptionClientExceptionExtraction() throws Throwable {
intercept(SdkException.class, () -> {
throw maybeExtractSdkException(
sdkException("top", sdkException("middle", new NoConstructorIOE())));
sdkException("top", sdkException("middle", NoSuchKeyException.builder().build())));
});
}
}

0 comments on commit 43e8308

Please sign in to comment.