Skip to content

Commit 0195cc2

Browse files
Update Examples/runtimes/java/DynamoDbEncryption/src/test/java/software/amazon/cryptography/examples/TestGetEncryptedDataKeyDescriptionExample.java
Co-authored-by: Kess Plasmeier <[email protected]>
1 parent cdadaa6 commit 0195cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/runtimes/java/DynamoDbEncryption/src/test/java/software/amazon/cryptography/examples/TestGetEncryptedDataKeyDescriptionExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class TestGetEncryptedDataKeyDescriptionExample {
77

88
@Test
99
public void TestGetEncryptedDataKeyDescription() {
10-
final String partitionKeyValue = "BasicPutGetExample" + UUID.randomUUID();
10+
final String partitionKeyValue = "GetEncryptedDataKeyDescriptionExample" + UUID.randomUUID();
1111
final String partitionKeyName = "partition_key";
1212
final String sortKeyValue = "0";
1313
final String sortKeyName = "sort_key";

0 commit comments

Comments
 (0)