Skip to content

Commit ea3e58a

Browse files
committed
CP-34942: compatibility with rpclib 8
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 997a24f commit ea3e58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_test/idl_test_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module GenTestData (C : CONFIG) (M : MARSHALLER) = struct
178178
| _ ->
179179
Rpc.Dict named :: List.rev unnamed
180180
in
181-
let rpccall = if response_needed then Rpc.notif else Rpc.call in
181+
let rpccall = if response_needed then Rpc.notification else Rpc.call in
182182
rpccall wire_name args)
183183
params
184184
in

0 commit comments

Comments
 (0)