Skip to content

Commit b8c918e

Browse files
auto commit
1 parent 9582321 commit b8c918e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
838838
BasicIoTestTransactGetItems(rClient, records);
839839
}
840840

841-
method {:only} BasicIoTestUpdateItem(writeConfig : TableConfig, readConfig : TableConfig, records : seq<Record>, attributeToUpdate: DDB.AttributeName)
841+
method BasicIoTestUpdateItem(writeConfig : TableConfig, readConfig : TableConfig, records : seq<Record>, attributeToUpdate: DDB.AttributeName)
842842
{
843843
var wClient :- expect newGazelle(writeConfig);
844844
var rClient :- expect newGazelle(readConfig);

0 commit comments

Comments
 (0)