diff options
Diffstat (limited to 'tests/integration.clj')
| -rw-r--r-- | tests/integration.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration.clj b/tests/integration.clj index bee3f23..7b20575 100644 --- a/tests/integration.clj +++ b/tests/integration.clj @@ -51,7 +51,8 @@ :chan-limits (atom {}) :invites (atom {}) :whowas (atom []) - :max-users (atom 0)})) + :max-users (atom 0) + :n-unreg (atom 0)})) (defn- make-client "Creates a simulated client connection using piped streams. |
