Skip to content

Commit 3073278

Browse files
authored
Apply suggestions from code review
1 parent d7f51f3 commit 3073278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/settings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ describe("gmrc from JS", () => {
362362
mockFs({
363363
[DEFAULT_GMRCJS_PATH]: /* JavaScript */ `\
364364
module.exports = {
365-
connectionString: "postgres:///dbowner:password@host:5432/gmrcjs_test",
365+
connectionString: "postgres://dbowner:password@host:5432/gmrcjs_test",
366366
};`,
367367
});
368368
const settings = await getSettings();

0 commit comments

Comments
 (0)