Skip to content

Commit

Permalink
fix test pg schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 8, 2023
1 parent 276b25f commit 7978ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/tests/transfer-repo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('transfer repo', () => {
inviteRequired: false,
})
entryway = await createEntryway({
dbPostgresSchema: 'transfer-repo',
dbPostgresSchema: 'transfer_repo',
port: entrywayPort,
adminPassword: 'admin-pass',
jwtSigningKeyK256PrivateKeyHex: await getPrivateHex(jwtSigningKey),
Expand Down

0 comments on commit 7978ff5

Please sign in to comment.