Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Sep 17, 2023
1 parent c0458e3 commit b734903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prop_msgpack.erl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ prop_float() ->
?FORALL(
Float,
proper_types:float(),
pack_and_unpack(Float)).
pack_and_unpack(Float, [])).

prop_primitive() ->
?FORALL(
Expand Down

0 comments on commit b734903

Please sign in to comment.