diff --git a/test/Test_ListUtil.re b/test/Test_ListUtil.re index a21ef071d7..017c2e6d96 100644 --- a/test/Test_ListUtil.re +++ b/test/Test_ListUtil.re @@ -59,7 +59,7 @@ let tests = ( `Quick, () => { let xs = [1, 2, 3]; - check(bool, "Returns true", true, ListUtil.are_duplicates(xs)); // TODO: Interesting the order here is messed up because of fold_right + check(bool, "Returns true", true, ListUtil.are_duplicates(xs)); }, ), test_case(