File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/stdlib/test/property_test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ prop_recompose() ->
8484 Map =:= uri_string :parse (uri_string :recompose (Map ))).
8585
8686prop_normalize () ->
87- ? FORALL (Map , map (),
87+ ? FORALL (Map , property_map (),
8888 uri_string :percent_decode (
8989 uri_string :normalize (Map , [return_map ])) =:=
9090 uri_string :percent_decode (
@@ -94,11 +94,11 @@ prop_normalize() ->
9494
9595% % Stats
9696prop_map_key_length_collect () ->
97- ? FORALL (List , map (),
97+ ? FORALL (List , property_map (),
9898 collect (length (maps :keys (List )), true )).
9999
100100prop_map_collect () ->
101- ? FORALL (List , map (),
101+ ? FORALL (List , property_map (),
102102 collect (lists :sort (maps :keys (List )), true )).
103103
104104prop_scheme_collect () ->
@@ -110,7 +110,7 @@ prop_scheme_collect() ->
110110% %% Generators
111111% %%========================================================================
112112
113- map () ->
113+ property_map () ->
114114 ? LET (Gen , comp_proplist (), proplist_to_map (Gen )).
115115
116116map_no_unicode () ->
You can’t perform that action at this time.
0 commit comments