Skip to content

Commit be3a93c

Browse files
committed
test(pg_regress): update pg_regress pg roles tests
1 parent 1de71e0 commit be3a93c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nix/tests/expected/z_17_roles.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ order by object_name, grantee, privilege_type;
203203
(13 rows)
204204

205205
-- Rollback to clean up pg_tle extension
206-
ROLLBACK;
206+
ROLLBACK;

nix/tests/sql/z_17_roles.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ where p.pronamespace::regnamespace::text = 'pg_catalog'
9595
order by object_name, grantee, privilege_type;
9696

9797
-- Rollback to clean up pg_tle extension
98-
ROLLBACK;
98+
ROLLBACK;
99+

0 commit comments

Comments
 (0)