We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47c0be commit 9829af5Copy full SHA for 9829af5
TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
@@ -961,8 +961,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
961
// This error is of type DynamoDbEncryptionTransformsException
962
// but AWS SDK wraps it into its own type for which customers should be unwrapping.
963
// In test vectors, we still have to change the error from AWS SDK to dafny so it turns out to be OpaqueWithText.
964
- print("\n resultForBatchInsert: \n");
965
- print(resultForBatchInsert);
966
expect resultForBatchInsert.error.OpaqueWithText?, "Error should have been of type OpaqueWithText";
967
968
// Test with read client for batch select
0 commit comments