Skip to content

Commit

Permalink
Update tests/unit/t_iter.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 16, 2023
1 parent 4bf00ea commit 63c99cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/t_iter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ let () =

let () =
OUnit.assert_equal
~cmp:(List.equal Int.equal)
~cmp:(CCList.equal Int.equal)
(1 -- 10
|> map_while (fun x -> if x = 7 then `Stop else `Yield (x - 1))
|> to_list)
Expand Down

0 comments on commit 63c99cf

Please sign in to comment.