Extend model to find {stack, N} errors as argument

This commit is contained in:
Thomas Arts 2019-05-28 19:09:25 +02:00
parent 45ff418699
commit 73c80e1168

View File

@ -43,7 +43,7 @@ prop_fail_serializes() ->
?FORALL(FateCode, fate_code(Failure),
?FORALL(Binary, catch aeb_fate_code:serialize(FateCode),
is_binary(aeb_fate_code:serialize(FateCode)))))
=/= true} || Failure <- [1,2,3,4] ]).
=/= true} || Failure <- [1,2,3,4, 5] ]).
prop_fuzz() ->
in_parallel(