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 bbb2d45 commit ae66598Copy full SHA for ae66598
TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
@@ -893,7 +893,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
893
Statement := selectStatementForUnconfiguredTable
894
);
895
var selectResultUnconfiguredTable := rClient.ExecuteStatement(inputSelectStatementForUnconfiguredTable);
896
- selectResultUnconfiguredTable.Success?;
+ expect selectResultUnconfiguredTable.Success?;
897
898
DeleteTable(client := wClient, tableName := unConfiguredTable);
899
}
0 commit comments