this repo has no description

Fix typo in with-tests

Changed files
+1 -1
packages
iomux
iomux.0.1
+1 -1
packages/iomux/iomux.0.1/opam
···
"ocaml" {>= "4.08"}
"dune" {>= "3.6"}
"dune-configurator"
-
"alcotest" {with_test}
"odoc" {with-doc}
]
build: [
···
"ocaml" {>= "4.08"}
"dune" {>= "3.6"}
"dune-configurator"
+
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [