Skip to content

Commit f222c89

Browse files
Update TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
Co-authored-by: Lucas McDonald <[email protected]>
1 parent ca0b0fb commit f222c89

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
@@ -943,7 +943,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
943943
ReturnValues := Some(DDB.ReturnValue.ALL_OLD)
944944
);
945945
var deleteResultForWithoutConditionExpressionCase := wClient.DeleteItem(deleteInputWithoutConditionExpression);
946-
expect deleteResultForWithoutConditionExpressionCase.Success?, "DeleteItem should have failed.";
946+
expect deleteResultForWithoutConditionExpressionCase.Success?, "DeleteItem should have succeeded.";
947947
expect deleteResultForWithoutConditionExpressionCase.value.Attributes.Some?, "DeleteItemOutput should have had some attribute because ReturnValues was set as `ALL_OLD` in DeleteItemInput";
948948
if attributeToDelete in records[i].item {
949949
expect HashName in deleteResultForWithoutConditionExpressionCase.value.Attributes.value, "Deleted item does not have right partition key:" + HashName;

0 commit comments

Comments
 (0)