Skip to content

Commit

Permalink
Update __tests__/settings.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Oct 16, 2024
1 parent 3073278 commit f5c1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/settings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ module.exports = {
});
const settings = await getSettings();
expect(settings.connectionString).toEqual(
"postgres:///dbowner:password@host:5432/gmrcjs_test",
"postgres://dbowner:password@host:5432/gmrcjs_test",
);
mockFs.restore();
});
Expand Down

0 comments on commit f5c1e20

Please sign in to comment.