aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.ml b/test/hello.ml
index 005db94..cd4f5bb 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -16,7 +16,7 @@ let main =
}
in
let waiter, wakener = Lwt.wait () in
- try%lwt let* { state; update } = create config.sasl.jid.domainpart config in
+ try%lwt let* { state; update } = create config in
S.map (function
| Connected (portal, Logged_in _) -> portal.push None;
Lwt.wakeup wakener ()