chatdesk-ui/postgres_15.8.1.044/nix/tests/expected/pgtap.out

22 lines
307 B
Plaintext

begin;
select plan(1);
plan
------
1..1
(1 row)
-- Run the tests.
select pass( 'My test passed, w00t!' );
pass
------------------------------
ok 1 - My test passed, w00t!
(1 row)
-- Finish the tests and clean up.
select * from finish();
finish
--------
(0 rows)
rollback;