From a10a365d221583f31d8b7746ca3c1dab91128fe0 Mon Sep 17 00:00:00 2001 From: Imanpal Singh Date: Sun, 18 Aug 2024 20:09:58 +0530 Subject: [PATCH] Sample change --- fixtures/imports/correct-config.js | 2 +- fixtures/imports/incorrect-config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/imports/correct-config.js b/fixtures/imports/correct-config.js index ce7cacd..40a3107 100644 --- a/fixtures/imports/correct-config.js +++ b/fixtures/imports/correct-config.js @@ -1,5 +1,5 @@ const configuration = { - connectionUrl: 'postgres//Somewhere', + connectionUrl: 'postgres//somewhere', }; module.exports = { diff --git a/fixtures/imports/incorrect-config.js b/fixtures/imports/incorrect-config.js index 4fdf4cb..3b55ee7 100644 --- a/fixtures/imports/incorrect-config.js +++ b/fixtures/imports/incorrect-config.js @@ -1,5 +1,5 @@ const configurations = { - connectionUrl: 'postgres//Somewhere', + connectionUrl: 'postgres//somewhere', }; module.exports = {