Skip to content

Commit 06c1195

Browse files
committed
m
1 parent 6420c5a commit 06c1195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbGetEncryptedDataKeyDescriptionTest.dfy

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module DynamoDbGetEncryptedDataKeyDescriptionTest {
2424
assert s == UTF8.EncodeAscii("def");
2525
s
2626

27-
const awskms : UTF8.ValidUTF8Bytes :=
27+
const aws_kms : UTF8.ValidUTF8Bytes :=
2828
var s := [0x61, 0x77, 0x73, 0x2d, 0x6b, 0x6d, 0x73];
2929
assert s == UTF8.EncodeAscii("aws-kms");
3030
s
@@ -57,7 +57,7 @@ module DynamoDbGetEncryptedDataKeyDescriptionTest {
5757
const testLegend : Legend := [0x65, 0x73]
5858
const testEncContext : CMPEncryptionContext := map[abc := def]
5959
const testAwsKmsDataKey := CMP.EncryptedDataKey(
60-
keyProviderId := awskms ,
60+
keyProviderId := aws_kms ,
6161
keyProviderInfo := keyproviderInfo,
6262
ciphertext := [1, 2, 3, 4, 5])
6363
const testAwsKmsHDataKey := CMP.EncryptedDataKey(

0 commit comments

Comments
 (0)