tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml in trackler-2.2.1.116 vs tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml in trackler-2.2.1.117

- old
+ new

@@ -1,5 +1,5 @@ -open Core +open Base open OUnit2 open Luhn let assert_valid expected input _test_ctxt = assert_equal ~printer:Bool.to_string expected (valid input)