diff options
Diffstat (limited to '')
-rw-r--r-- | lib/fixture.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |