diff options
Diffstat (limited to 'tests/unit.clj')
| -rw-r--r-- | tests/unit.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit.clj b/tests/unit.clj index c398350..687c91f 100644 --- a/tests/unit.clj +++ b/tests/unit.clj @@ -117,7 +117,8 @@ :chan-limits (atom {}) :invites (atom {}) :whowas (atom []) - :max-users (atom 0)}))) + :max-users (atom 0) + :n-unreg (atom 0)}))) (defn test-network! [conn] |
