Skip to content

Commit 62b94ba

Browse files
committed
m
1 parent 954a2b6 commit 62b94ba

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
@@ -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()

0 commit comments

Comments
 (0)