Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
seebees committed Dec 12, 2023
1 parent 5d38de1 commit 5a3fe4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void testEncryptAndDecrypt() throws GeneralSecurityException {
final AmazonDynamoDB ddb = DynamoDBEmbedded.create();

// Create the table under test
createDDBTable(ddb, TABLE_NAME_TO_OVERRIDE, PARTITION_ATTRIBUTE, SORT_ATTRIBUTE);
createDDBTable(ddb, OVERRIDE_TABLE_NAME, PARTITION_ATTRIBUTE, SORT_ATTRIBUTE);

EncryptionContextOverridesWithDynamoDBMapper.encryptRecord(
US_WEST_2_KEY_ID, OVERRIDE_TABLE_NAME, ddb, kms);
Expand Down

0 comments on commit 5a3fe4d

Please sign in to comment.