Skip to content

Commit 5a3fe4d

Browse files
committed
Update name
1 parent 5d38de1 commit 5a3fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/test/java/com/amazonaws/examples/EncryptionContextOverridesWithDynamoDBMapperIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void testEncryptAndDecrypt() throws GeneralSecurityException {
2626
final AmazonDynamoDB ddb = DynamoDBEmbedded.create();
2727

2828
// Create the table under test
29-
createDDBTable(ddb, TABLE_NAME_TO_OVERRIDE, PARTITION_ATTRIBUTE, SORT_ATTRIBUTE);
29+
createDDBTable(ddb, OVERRIDE_TABLE_NAME, PARTITION_ATTRIBUTE, SORT_ATTRIBUTE);
3030

3131
EncryptionContextOverridesWithDynamoDBMapper.encryptRecord(
3232
US_WEST_2_KEY_ID, OVERRIDE_TABLE_NAME, ddb, kms);

0 commit comments

Comments
 (0)