1 parent 1f6cbb1 commit 5c05b9dCopy full SHA for 5c05b9d
1 file changed
test/kcas_data/queue_test_stm.ml
@@ -30,8 +30,7 @@ module Spec = struct
30
[
31
Gen.int |> Gen.map (fun x -> Push x);
32
Gen.return Take_opt;
33
- Gen.return Peek_opt;
34
- Gen.return Length;
+ Gen.return Length |> Gen.map (fun _ -> Peek_opt);
35
]
36
|> Gen.oneof |> make ~print:show_cmd
37
0 commit comments