Skip to content

Commit 14a4311

Browse files
committed
m
1 parent 27cbb25 commit 14a4311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbEncryptionBranchKeyIdSupplierTest.dfy

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module DynamoDbEncryptionBranchKeyIdSupplierTest {
2929
const BRANCH_KEY_ID := "3f43a9af-08c5-4317-b694-3d3e883dcaef"
3030

3131
const BRANCH_KEY_ID_UTF8 : UTF8.ValidUTF8Bytes :=
32-
var s := [0x37, 0x35, 0x37, 0x38, 0x39, 0x31, 0x31, 0x35, 0x2d, 0x31, 0x64, 0x65, 0x62, 0x2d, 0x34, 0x66, 0x65, 0x33, 0x2d, 0x61, 0x32, 0x65, 0x63, 0x2d, 0x62, 0x65, 0x39, 0x65, 0x38, 0x38, 0x35, 0x64, 0x31, 0x39, 0x34, 0x35];
33-
assert s == UTF8.EncodeAscii(BRANCH_KEY_ID);
32+
var s := [0x33, 0x66, 0x34, 0x33, 0x61, 0x39, 0x61, 0x66, 0x2d, 0x30, 0x38, 0x63, 0x35, 0x2d, 0x34, 0x33, 0x31, 0x37, 0x2d, 0x62, 0x36, 0x39, 0x34, 0x2d, 0x33, 0x64, 0x33, 0x65, 0x38, 0x38, 0x33, 0x64, 0x63, 0x61, 0x65, 0x66];
33+
assert s == UTF8.EncodeAscii("3f43a9af-08c5-4317-b694-3d3e883dcaef");
3434
s
3535

3636
const ALTERNATE_BRANCH_KEY_ID := "4bb57643-07c1-419e-92ad-0df0df149d7c"

0 commit comments

Comments
 (0)