Skip to content

Commit f5c1e20

Browse files
authored
Update __tests__/settings.test.ts
1 parent 3073278 commit f5c1e20

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
@@ -367,7 +367,7 @@ module.exports = {
367367
});
368368
const settings = await getSettings();
369369
expect(settings.connectionString).toEqual(
370-
"postgres:///dbowner:password@host:5432/gmrcjs_test",
370+
"postgres://dbowner:password@host:5432/gmrcjs_test",
371371
);
372372
mockFs.restore();
373373
});

0 commit comments

Comments
 (0)