Skip to content

Commit 59ffd2f

Browse files
committed
test(KeyStoreAdmin): ?
1 parent 6df0462 commit 59ffd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbEncryptionBranchKeyIdSupplierTest.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module DynamoDbEncryptionBranchKeyIdSupplierTest {
6767
kmsConfiguration := kmsConfig,
6868
logicalKeyStoreName := logicalKeyStoreName,
6969
grantTokens := None,
70-
ddbTableName := branchKeyStoreName,
70+
ddbTableName := Some(branchKeyStoreName),
7171
ddbClient := Some(dynamodbClient),
7272
kmsClient := Some(kmsClient)
7373
);

0 commit comments

Comments
 (0)