Skip to content

Commit 72a95b6

Browse files
committed
m
1 parent c83045b commit 72a95b6

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/dafny/StructuredEncryption/test

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/StructuredEncryption/test/Header.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module TestHeader {
114114
var newCont := GetContext(serCont);
115115
expect newCont.Success?;
116116
expect newCont.value.0 == cont;
117-
expect newCont.value.1 == |serCont|;
117+
expect newCont.value.1 == |serCont| as uint64;
118118

119119
var badSerCont := [
120120
0,3, // three items

0 commit comments

Comments
 (0)