Skip to content

Commit

Permalink
remove use of Sexplib (Sexplib0 has the same function)
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 7, 2024
1 parent 1568940 commit 466d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohttp-lwt-unix/test/test_parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ let res_content_parse () =
Rep_io.read_body_chunk reader >>= fun body ->
assert_equal
~printer:(fun chunk ->
Transfer.sexp_of_chunk chunk |> Sexplib.Sexp.to_string_hum)
Transfer.sexp_of_chunk chunk |> Sexplib0.Sexp.to_string_hum)
(Transfer.Final_chunk "home=Cosby&favorite+flavor=flies") body;
return ()
| _ -> assert false
Expand Down

0 comments on commit 466d096

Please sign in to comment.