Skip to content

Commit 2f0c00f

Browse files
auto commit
1 parent bc164f2 commit 2f0c00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
888888
ConsistentRead := None,
889889
NextToken := None,
890890
ReturnConsumedCapacity := None,
891-
Limit := None,
891+
Limit := 5,
892892
ReturnValuesOnConditionCheckFailure := None
893893
);
894894
var insertResultUnconfiguredTable := wClient.ExecuteStatement(inputInsertStatementForUnconfiguredTable);
@@ -901,7 +901,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
901901
ConsistentRead := None,
902902
NextToken := None,
903903
ReturnConsumedCapacity := None,
904-
Limit := None,
904+
Limit := 5,
905905
ReturnValuesOnConditionCheckFailure := None
906906
);
907907
var selectResultUnconfiguredTable := rClient.ExecuteStatement(inputSelectStatementForUnconfiguredTable);

0 commit comments

Comments
 (0)