From 68de927be04607e6573a5439e19449941defb5f8 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 12:13:49 -0600 Subject: Fix bug with naming --- lib/fixture.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fixture.ml') diff --git a/lib/fixture.ml b/lib/fixture.ml index 94c39a9..daf172e 100644 --- a/lib/fixture.ml +++ b/lib/fixture.ml @@ -135,7 +135,7 @@ let json_of_generated_fixtures fixtures = "[" ^ String.concat ", " (List.map json_of_row rows) ^ "]" -(* TODO: Should export not only as strings *) +(* TODO: Should export correct types, not only strings *) let%test "json_of_generated_fixtures" = let result = [ [ "id"; "name" ]; [ "1234"; "John" ] ] |> json_of_generated_fixtures in -- cgit v1.2.3