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 cd4f5bb..3504af4 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -22,7 +22,7 @@ let main =
Lwt.wakeup wakener ()
| _ -> ())
state |> S.keep;
- update (Connecting config.sasl.jid.domainpart);
+ connect { state; update } config.sasl.jid.domainpart;
waiter
with exn ->
begin