Skip to content

Commit

Permalink
use sexplib0 v0.14.0 for tests (ocaml#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi authored Apr 25, 2022
1 parent ba0a48f commit 6360c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all:
# results in a conflict
.PHONY: install-test-deps
install-test-deps:
opam install 'menhir>20211230' cinaps 'ppx_expect>=v0.14.0' \
opam install 'menhir>20211230' cinaps 'ppx_expect>=v0.14.0' 'sexplib0.v0.14.0' \
ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat) ocamlformat-rpc

.PHONY: dev
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc-fiber/test/jsonrpc_fiber_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ let%expect_test "test from jsonrpc_test.ml" =
Uncaught error when handling notification:
{ "method": "raise", "jsonrpc": "2.0" }
Error:
[ { exn = "Failure(\"special failure\")"; backtrace = "" } ]
[ { exn = "(Failure \"special failure\")"; backtrace = "" } ]
<opaque>
{ "id": 10, "jsonrpc": "2.0", "result": 1 }
{ "id": "testing", "jsonrpc": "2.0", "result": 2 } |}]

0 comments on commit 6360c09

Please sign in to comment.