summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/test.exs b/config/test.exs
index b46bc25..8ab016e 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -4,6 +4,5 @@ config :chessh, Chessh.Repo,
database: "chessh-test",
username: "postgres",
password: "postgres",
- hostname: "localhost"
-
-config :chessh, ecto_repos: [Chessh.Repo]
+ hostname: "localhost",
+ pool: Ecto.Adapters.SQL.Sandbox