Skip to content

Commit 4a59b73

Browse files
committed
m
1 parent 66ad1dd commit 4a59b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/Index.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module WrappedDDBEncryptionMain {
3131
print "Failed to open ", file, " continuing anyway.\n";
3232
return Success(MakeEmptyTestVector());
3333
}
34-
var json :- expect API.Deserialize(configBytes);
34+
var json :- expect API.Deserialize(configBytes.value);
3535
output := ParseTestVector(json, prev, keyVectors);
3636
if output.Failure? {
3737
print output.error, "\n";

0 commit comments

Comments
 (0)