Skip to content

Commit ac334ae

Browse files
committed
test(postgres): minor changes
1 parent f202414 commit ac334ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/postgresql/14_datatype_roundtrip.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,6 @@ SELECT (:fail::int + 1) AS fail \gset
399399

400400
\ir helper_test_cleanup.sql
401401
\if :should_cleanup
402-
-- DROP DATABASE IF EXISTS cloudsync_test_14a;
403-
-- DROP DATABASE IF EXISTS cloudsync_test_14b;
402+
DROP DATABASE IF EXISTS cloudsync_test_14a;
403+
DROP DATABASE IF EXISTS cloudsync_test_14b;
404404
\endif

test/postgresql/full_test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
\ir 12_repeated_table_multi_schemas.sql
2323
\ir 13_per_table_schema_tracking.sql
2424
\ir 14_datatype_roundtrip.sql
25-
-- \ir 15_datatype_roundtrip_unmapped.sql
25+
\ir 15_datatype_roundtrip_unmapped.sql
2626
\ir 16_composite_pk_text_int_roundtrip.sql
2727

2828
-- 'Test summary'

0 commit comments

Comments
 (0)