diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/test/Session.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/test/Session.sql b/sql/modules/test/Session.sql index 3a190344..97520bd1 100644 --- a/sql/modules/test/Session.sql +++ b/sql/modules/test/Session.sql @@ -54,4 +54,4 @@ SELECT (select count(*) from test_result where success is true) || ' failed' as message; DROP TABLE test_result; -COMMIT; +ROLLBACK; |