From e8edf473c84ba414c5c07c267abac773cb64be6d Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Thu, 18 Jan 2024 14:02:30 -0700 Subject: [PATCH] chore: remove extra character from test configuration file --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 7b5d858..d5bf44d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -5,7 +5,7 @@ config :ex_machina, preserve_dates: true config :ex_machina, ExMachina.TestRepo, pool: Ecto.Adapters.SQL.Sandbox, hostname: "localhost", - port: "5432",g + port: "5432", username: "postgres", password: "postgres", database: "ex_machina_test"