diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-29 17:49:42 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:04:38 -0700 |
commit | 0aab3c2027d54fc1ba834ab73fd53328952b7a1b (patch) | |
tree | 4df45d7fc9df4668f5a6bd8d49895d12fafd7448 /config/test.exs | |
parent | 1a2bdccf124de6207899f59538cc0ed2efc97b5a (diff) | |
download | chessh-0aab3c2027d54fc1ba834ab73fd53328952b7a1b.tar.gz chessh-0aab3c2027d54fc1ba834ab73fd53328952b7a1b.zip |
Make tests pass, rename jail threshold
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index bdaf9f1..69b6c93 100644 --- a/config/test.exs +++ b/config/test.exs @@ -2,7 +2,7 @@ import Config config :chessh, RateLimits, jail_timeout_ms: 1000, - jail_threshold: 2 + jail_attempt_threshold: 3 config :chessh, Chessh.Repo, database: "chessh-test", |