test(proper): avoid to generate any term
This commit is contained in:
parent
36663b9cb1
commit
50f6ff4151
|
@ -376,7 +376,10 @@ unsub_properties() ->
|
|||
#{}.
|
||||
|
||||
shutdown_reason() ->
|
||||
oneof([any(), {shutdown, emqx_ct_proper_types:limited_atom()}]).
|
||||
oneof([disconnected, not_autherised,
|
||||
"list_reason", <<"binary_reason">>,
|
||||
{tuple, reason},
|
||||
{shutdown, emqx_ct_proper_types:limited_atom()}]).
|
||||
|
||||
empty_env() ->
|
||||
{undefined}.
|
||||
|
|
Loading…
Reference in New Issue