Skip to content

Commit

Permalink
Merge pull request #33 from CraigFe/alcotest-1.4.0
Browse files Browse the repository at this point in the history
Restore compatibility with Alcotest.1.4.0
  • Loading branch information
dinosaure authored Oct 12, 2021
2 parents 78e4546 + fdf287b commit 9693562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_channel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open Lwt.Infix

module F = Mirage_flow_combinators.F

let fail fmt = Fmt.kstrf Alcotest.fail fmt
let fail fmt = Fmt.kstrf (fun s -> Alcotest.fail s) fmt

(* this is a very small set of tests for the channel interface,
intended to ensure that EOF conditions on the underlying flow are
Expand Down

0 comments on commit 9693562

Please sign in to comment.