Skip to content

Commit

Permalink
Add property on float
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Sep 17, 2023
1 parent f3fa40d commit cd8bca5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/prop_msgpack.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ prop_binary() ->
oneof([fix_raw(), raw16(), raw32()]),
pack_and_unpack(Binary)).

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

prop_primitive() ->
?FORALL(
PrimObj,
Expand Down

0 comments on commit cd8bca5

Please sign in to comment.