File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
888
888
ConsistentRead := None,
889
889
NextToken := None,
890
890
ReturnConsumedCapacity := None,
891
- Limit := None ,
891
+ Limit := 5 ,
892
892
ReturnValuesOnConditionCheckFailure := None
893
893
);
894
894
var insertResultUnconfiguredTable := wClient. ExecuteStatement (inputInsertStatementForUnconfiguredTable);
@@ -901,7 +901,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
901
901
ConsistentRead := None,
902
902
NextToken := None,
903
903
ReturnConsumedCapacity := None,
904
- Limit := None ,
904
+ Limit := 5 ,
905
905
ReturnValuesOnConditionCheckFailure := None
906
906
);
907
907
var selectResultUnconfiguredTable := rClient. ExecuteStatement (inputSelectStatementForUnconfiguredTable);
You can’t perform that action at this time.
0 commit comments