We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cd605 commit b355293Copy full SHA for b355293
DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/test/TestFixtures.dfy
@@ -243,7 +243,7 @@ module TestFixtures {
243
ensures fresh(encryption)
244
ensures fresh(encryption.Modifies)
245
{
246
- expect sortKey.None? || IsValid_KeySchemaAttributeName(sortKey.value);
+ expect sortKey.None? || DDB.IsValid_KeySchemaAttributeName(sortKey.value);
247
var keyring := GetKmsKeyring();
248
encryption :- expect DynamoDbEncryptionTransforms.DynamoDbEncryptionTransforms(
249
DynamoDbTablesEncryptionConfig(
0 commit comments