From 91f82ef00cf524c63dbf09eba18d671e857a1e27 Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Mon, 6 Mar 2023 09:56:54 +0000 Subject: [PATCH] Fix tests --- test/topojsone/expected/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/test/topojsone/expected/dune b/test/topojsone/expected/dune index 0dd7113..4386888 100644 --- a/test/topojsone/expected/dune +++ b/test/topojsone/expected/dune @@ -1,5 +1,6 @@ (test (name test) + (package topojsone) (deps (source_tree input)) (libraries eio_main jsonm topojsone))