From fe661a935ac887b11aec31ff049ace2db7ccbf84 Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 16:27:34 -0700 Subject: Add unsupported message for DSA keys, player and such --- config/test.exs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/test.exs') 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 -- cgit v1.3