Skip to content

Commit

Permalink
Simplify specs for ct.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaka27 committed Apr 29, 2024
1 parent e8ecac8 commit e3ed1eb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/common_test/src/ct.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1184,14 +1184,7 @@ result as a list of key-value pairs.
Env :: {Key, Value},
Key :: string(),
Value :: string(),
Reason :: {'could_not_send_command', Telnet, Command, Error} | term(),
Command :: string(),
Error :: {'invalid_option', InvalidOption} | {'no_such_connection', Type}
| 'no_registered_connection' | {'no_such_name', Name} | term(),
InvalidOption :: {'newline', String} | term(),
String :: string(),
Type :: ct_telnet:connection_type(),
Name :: ct:target_name().
Reason :: term().
listenv(Telnet) ->
ct_util:listenv(Telnet).

Expand Down

0 comments on commit e3ed1eb

Please sign in to comment.