Skip to content

Commit d8c4918

Browse files
committed
fix a failing test
1 parent 09a4e4e commit d8c4918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/tests/expected/roles.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ order by rolname;
5151
supabase_read_only_user | f | t | f | t | f | f | -1 | t |
5252
supabase_replication_admin | f | t | f | t | f | t | -1 | f |
5353
supabase_storage_admin | t | t | f | f | f | f | -1 | f |
54-
(29 rows)
54+
(30 rows)
5555

5656
select
5757
rolname,
@@ -91,7 +91,7 @@ order by rolname;
9191
supabase_read_only_user |
9292
supabase_replication_admin |
9393
supabase_storage_admin | {search_path=storage,log_statement=none}
94-
(29 rows)
94+
(30 rows)
9595

9696
-- Check all privileges of the roles on the schemas
9797
select schema_name, privilege_type, grantee, default_for

0 commit comments

Comments
 (0)