diff options
| author | Simponic <loganhunt@simponic.xyz> | 2022-12-19 16:27:34 -0700 |
|---|---|---|
| committer | Simponic <loganhunt@simponic.xyz> | 2022-12-19 16:27:34 -0700 |
| commit | fe661a935ac887b11aec31ff049ace2db7ccbf84 (patch) | |
| tree | 13fdbe8757d929671f7006c20181a4b8febc83ce /test/test_helper.exs | |
| parent | b4743f9efb685545cdd780cc9ba7a50e083dd8cf (diff) | |
| download | chessh-fe661a935ac887b11aec31ff049ace2db7ccbf84.tar.gz chessh-fe661a935ac887b11aec31ff049ace2db7ccbf84.zip | |
Add unsupported message for DSA keys, player and such
Diffstat (limited to 'test/test_helper.exs')
| -rw-r--r-- | test/test_helper.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs index 869559e..e568cdd 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1 +1,3 @@ ExUnit.start() + +Ecto.Adapters.SQL.Sandbox.mode(Chessh.Repo, :manual) |
