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 @@ -553,7 +553,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
553
553
var put_input_input := Trans. PutItemInputTransformInput ( sdkInput := DDB.PutItemInput (TableName := TableName, Item := record.item));
554
554
var put_input_output :- expect client. PutItemInputTransform (put_input_input);
555
555
}
556
- Time. PrintTimeSinceLong (time, "Large Encrypt " + record.name + config, DecryptManifest.LogFileName());
556
+ Time. PrintTimeSinceLong (time, "Large Encrypt " + record.name + " " + config, DecryptManifest.LogFileName());
557
557
558
558
var put_input_input := Trans. PutItemInputTransformInput ( sdkInput := DDB.PutItemInput (TableName := TableName, Item := record.item));
559
559
var put_input_output :- expect client. PutItemInputTransform (put_input_input);
@@ -565,7 +565,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
565
565
var put_output :- expect client. GetItemOutputTransform (trans_get_input);
566
566
567
567
}
568
- Time. PrintTimeSinceLong (time, "Large Decrypt " + record.name + config, DecryptManifest.LogFileName());
568
+ Time. PrintTimeSinceLong (time, "Large Decrypt " + record.name + " " + config, DecryptManifest.LogFileName());
569
569
}
570
570
571
571
method RoundTripTests ()
You can’t perform that action at this time.
0 commit comments