Skip to content

Commit f74a9f9

Browse files
committed
update verification
1 parent 59ffd2f commit f74a9f9

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
@@ -237,7 +237,7 @@ module TestFixtures {
237237
assume {:axiom} fresh(encryption.Modifies);
238238
}
239239

240-
method GetDynamoDbEncryptionTransforms2(actions : AttributeActions, sortKey : Option<string>)
240+
method GetDynamoDbEncryptionTransforms2(actions : AttributeActions, sortKey : Option<ComAmazonawsDynamodbTypes.KeySchemaAttributeName>)
241241
returns (encryption: DynamoDbEncryptionTransforms.DynamoDbEncryptionTransformsClient)
242242
ensures encryption.ValidState()
243243
ensures fresh(encryption)

0 commit comments

Comments
 (0)