summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration.clj3
-rw-r--r--tests/unit.clj3
2 files changed, 4 insertions, 2 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.
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]