Skip to content

Commit 1258a3b

Browse files
debug code
1 parent 1a4901d commit 1258a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,9 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
855855
var resultForInsertStatement := wClient.ExecuteStatement(inputForInsertStatement);
856856
expect resultForInsertStatement.Failure?;
857857
expect resultForInsertStatement.error.OpaqueWithText?;
858+
print("error message:");
859+
print(resultForInsertStatement.error.objMessage);
860+
print("\n");
858861
expect resultForInsertStatement.error.objMessage == "ExecuteStatement not Supported on encrypted tables.";
859862

860863
// Create a PartiQL SELECT statement

0 commit comments

Comments
 (0)