aboutsummaryrefslogtreecommitdiff
path: root/test/js/websockets_hello.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/websockets_hello.ml')
-rw-r--r--test/js/websockets_hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/websockets_hello.ml b/test/js/websockets_hello.ml
index 877e543..0781e4a 100644
--- a/test/js/websockets_hello.ml
+++ b/test/js/websockets_hello.ml
@@ -18,7 +18,7 @@ let rec run t =
else ()
let main (stream, push) config =
- let* _stream = Lwt_stream.get stream
+ let* _stream = Stream.get stream
in let+ _auth = Sasl.authenticate (stream, push) config
in match _auth with
| Error (NotAuthorized, Some (_, text)) -> print_endline ("Not authorized: " ^ text)