We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9c145 commit e7c6dd3Copy full SHA for e7c6dd3
TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
@@ -892,8 +892,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
892
{
893
var wClient, rClient := SetupTestTable(writeConfig, readConfig);
894
WriteAllRecords(wClient, records);
895
- // var attributeToDelete := "Two";
896
- // var valueToDelete := "Dos";
897
// Try to delete records with a condition expression with condition to
898
// delete records if the record has an attribute attributeToDelete with value expectedAttributeValue
899
for i := 0 to |records| {
0 commit comments