Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Oct 16, 2024
1 parent d7f51f3 commit 3073278
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 @@ -362,7 +362,7 @@ describe("gmrc from JS", () => {
mockFs({
[DEFAULT_GMRCJS_PATH]: /* JavaScript */ `\
module.exports = {
connectionString: "postgres:///dbowner:password@host:5432/gmrcjs_test",
connectionString: "postgres://dbowner:password@host:5432/gmrcjs_test",
};`,
});
const settings = await getSettings();
Expand Down

0 comments on commit 3073278

Please sign in to comment.