Skip to content

Commit 9b3c922

Browse files
Fix safe_tuple
1 parent d0806a9 commit 9b3c922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common_test/src/ct_property_test_proper_ext.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ safe_map() ->
3939

4040
-spec safe_tuple() -> proper_types:type().
4141
safe_tuple() ->
42-
proper_types:tuple(safe_any()).
42+
proper_types:loose_tuple(safe_any()).
4343

4444

4545
-spec safe_atom() -> proper_types:type().

0 commit comments

Comments
 (0)