Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(KeyStoreAdmin): ? #1313

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module BeaconTestFixtures {
kmsConfiguration := kmsConfig,
logicalKeyStoreName := "KeyStoreDdbTable",
grantTokens := None,
ddbTableName := "KeyStoreDdbTable",
ddbTableName := Some("KeyStoreDdbTable"),
ddbClient := Some(ddbClient),
kmsClient := Some(kmsClient)
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module DynamoDbEncryptionBranchKeyIdSupplierTest {
kmsConfiguration := kmsConfig,
logicalKeyStoreName := logicalKeyStoreName,
grantTokens := None,
ddbTableName := branchKeyStoreName,
ddbTableName := Some(branchKeyStoreName),
ddbClient := Some(dynamodbClient),
kmsClient := Some(kmsClient)
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module TestFixtures {
assume {:axiom} fresh(encryption.Modifies);
}

method GetDynamoDbEncryptionTransforms2(actions : AttributeActions, sortKey : Option<string>)
method GetDynamoDbEncryptionTransforms2(actions : AttributeActions, sortKey : Option<ComAmazonawsDynamodbTypes.KeySchemaAttributeName>)
returns (encryption: DynamoDbEncryptionTransforms.DynamoDbEncryptionTransformsClient)
ensures encryption.ValidState()
ensures fresh(encryption)
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectJavaVersion=3.6.2-SNAPSHOT
mplDependencyJavaVersion=1.5.1
mplDependencyJavaVersion=1.5.1-SNAPSHOT
dafnyVersion=4.2.0
dafnyVerifyVersion=4.7.0
dafnyRuntimeJavaVersion=4.2.0
Expand Down
2 changes: 1 addition & 1 deletion submodules/MaterialProviders
Loading