Skip to content

Commit

Permalink
Merge branch 'master' into all-proper
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Sep 17, 2023
2 parents c0e46dc + 3412f75 commit c0458e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/prop_msgpack.erl
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ prop_binary() ->
{oneof([fix_raw(), raw16(), raw32()]), stable_opts()},
pack_and_unpack(Binary, Opts)).

prop_float() ->
?FORALL(
Float,
proper_types:float(),
pack_and_unpack(Float)).

prop_primitive() ->
?FORALL(
{PrimObj, Opts},
{oneof(primitive_types()), stable_opts()},
pack_and_unpack(PrimObj, Opts)).


prop_array_primitive() ->
?FORALL(
{Array, Opts},
Expand Down

0 comments on commit c0458e3

Please sign in to comment.