We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ad1dd commit 4a59b73Copy full SHA for 4a59b73
TestVectors/dafny/DDBEncryption/src/Index.dfy
@@ -31,7 +31,7 @@ module WrappedDDBEncryptionMain {
31
print "Failed to open ", file, " continuing anyway.\n";
32
return Success(MakeEmptyTestVector());
33
}
34
- var json :- expect API.Deserialize(configBytes);
+ var json :- expect API.Deserialize(configBytes.value);
35
output := ParseTestVector(json, prev, keyVectors);
36
if output.Failure? {
37
print output.error, "\n";
0 commit comments