Skip to content

Commit 6360c09

Browse files
authored
use sexplib0 v0.14.0 for tests (#687)
1 parent ba0a48f commit 6360c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all:
1616
# results in a conflict
1717
.PHONY: install-test-deps
1818
install-test-deps:
19-
opam install 'menhir>20211230' cinaps 'ppx_expect>=v0.14.0' \
19+
opam install 'menhir>20211230' cinaps 'ppx_expect>=v0.14.0' 'sexplib0.v0.14.0' \
2020
ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat) ocamlformat-rpc
2121

2222
.PHONY: dev

jsonrpc-fiber/test/jsonrpc_fiber_tests.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ let%expect_test "test from jsonrpc_test.ml" =
263263
Uncaught error when handling notification:
264264
{ "method": "raise", "jsonrpc": "2.0" }
265265
Error:
266-
[ { exn = "Failure(\"special failure\")"; backtrace = "" } ]
266+
[ { exn = "(Failure \"special failure\")"; backtrace = "" } ]
267267
<opaque>
268268
{ "id": 10, "jsonrpc": "2.0", "result": 1 }
269269
{ "id": "testing", "jsonrpc": "2.0", "result": 2 } |}]

0 commit comments

Comments
 (0)