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"