Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4825712

Browse files
ajewellamzlucasmcdonald3
authored andcommittedAug 23, 2024··
m
1 parent 81d8b26 commit 4825712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/test/TestFixtures.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module TestFixtures {
243243
ensures fresh(encryption)
244244
ensures fresh(encryption.Modifies)
245245
{
246-
expect sortKey.None? || IsValid_KeySchemaAttributeName(sortKey.value);
246+
expect sortKey.None? || DDB.IsValid_KeySchemaAttributeName(sortKey.value);
247247
var keyring := GetKmsKeyring();
248248
encryption :- expect DynamoDbEncryptionTransforms.DynamoDbEncryptionTransforms(
249249
DynamoDbTablesEncryptionConfig(

0 commit comments

Comments
 (0)
Please sign in to comment.