We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83045b commit 72a95b6Copy full SHA for 72a95b6
DynamoDbEncryption/dafny/StructuredEncryption/test/Header.dfy
@@ -114,7 +114,7 @@ module TestHeader {
114
var newCont := GetContext(serCont);
115
expect newCont.Success?;
116
expect newCont.value.0 == cont;
117
- expect newCont.value.1 == |serCont|;
+ expect newCont.value.1 == |serCont| as uint64;
118
119
var badSerCont := [
120
0,3, // three items
0 commit comments