CCSDS 133.0-B Space Packet Protocol for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): E616 use failf instead of fail (Fmt.str ...) in tests

+1 -1
+1 -1
test/test_space_packet.ml
··· 37 37 | Ok decoded -> Alcotest.(check packet_testable) "roundtrip" pkt decoded 38 38 | Error `Truncated -> Alcotest.fail "unexpected truncated" 39 39 | Error (`Invalid_version v) -> 40 - Alcotest.fail (Fmt.str "unexpected invalid version %d" v) 40 + Alcotest.failf "unexpected invalid version %d" v 41 41 42 42 let test_encode_decode_telecommand () = 43 43 let pkt =