From bd254f33b81287f2c282b7ec5becd4f7c838549f Mon Sep 17 00:00:00 2001 From: Clombrong Date: Thu, 26 Jun 2025 16:51:23 +0200 Subject: refactor(xml): move InvalidStanza exception to Xml --- test/hello.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hello.ml b/test/hello.ml index a00eb2e..5bc38ad 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -29,6 +29,6 @@ let main = OCaml, so... The next best thing is probably printing something. *) print_endline (match exn with - | Stream.InvalidStanza stanza -> "Invalid stanza: " ^ stanza + | Xml.InvalidStanza stanza -> "Invalid stanza: " ^ stanza | _ -> "... and so I stumble back to bed."); Lwt.fail exn) -- cgit v1.2.3