Skip to content

Commit 4ae81cb

Browse files
authored
chore: fix failing unit test (#418)
1 parent 00837a2 commit 4ae81cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.3-rc0"
1+
postgres-version = "15.1.0.3-rc1"

ebssurrogate/files/unit-tests/unit-test-01.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ SELECT extensions_are(
1111
'pg_graphql',
1212
'pgcrypto',
1313
'pgjwt',
14-
'uuid-ossp'
14+
'uuid-ossp',
15+
'supabase_vault'
1516
]
1617
);
1718

0 commit comments

Comments
 (0)