diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/test/Company.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/modules/test/Company.sql b/sql/modules/test/Company.sql index 7634b7ea..d8f1576a 100644 --- a/sql/modules/test/Company.sql +++ b/sql/modules/test/Company.sql @@ -43,6 +43,7 @@ WHERE contact = 'test_c'; SELECT * FROM test_result; + SELECT (select count(*) from test_result where success is true) || ' tests passed and ' || (select count(*) from test_result where success is not true) |