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 {
553553 var put_input_input := Trans. PutItemInputTransformInput ( sdkInput := DDB.PutItemInput (TableName := TableName, Item := record.item));
554554 var put_input_output :- expect client. PutItemInputTransform (put_input_input);
555555 }
556- Time. PrintTimeSinceLong (time, "Large Encrypt " + record.name + config, DecryptManifest.LogFileName());
556+ Time. PrintTimeSinceLong (time, "Large Encrypt " + record.name + " " + config, DecryptManifest.LogFileName());
557557
558558 var put_input_input := Trans. PutItemInputTransformInput ( sdkInput := DDB.PutItemInput (TableName := TableName, Item := record.item));
559559 var put_input_output :- expect client. PutItemInputTransform (put_input_input);
@@ -565,7 +565,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
565565 var put_output :- expect client. GetItemOutputTransform (trans_get_input);
566566
567567 }
568- Time. PrintTimeSinceLong (time, "Large Decrypt " + record.name + config, DecryptManifest.LogFileName());
568+ Time. PrintTimeSinceLong (time, "Large Decrypt " + record.name + " " + config, DecryptManifest.LogFileName());
569569 }
570570
571571 method RoundTripTests ()
You can’t perform that action at this time.
0 commit comments