TCP/TLS connection pooling for Eio
0
fork

Configure Feed

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

fix(lint): lowercase test suite name in test_cmd.ml (E617)

+1 -1
+1 -1
test/test_cmd.ml
··· 11 11 let _ = Conpool.Cmd.config in 12 12 () 13 13 14 - let suite = ("Cmd", [ Alcotest.test_case "terms_exist" `Quick test_terms_exist ]) 14 + let suite = ("cmd", [ Alcotest.test_case "terms_exist" `Quick test_terms_exist ])