mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
Broke an apps/epp_proxy/test/epp_util_SUITE.erl test
This commit is contained in:
parent
bc326f9746
commit
2f66a9495e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ frame_length_to_send_test_case(_Config) ->
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
readable_ip_test_case(_Config) ->
|
readable_ip_test_case(_Config) ->
|
||||||
<<"127.0.0.1">> = epp_util:readable_ip({127,0,0,1}),
|
<<"127.0.0.999">> = epp_util:readable_ip({127,0,0,1}),
|
||||||
{'EXIT', {function_clause, _}}
|
{'EXIT', {function_clause, _}}
|
||||||
= (catch epp_util:readable_ip({127,0,0,1,0})),
|
= (catch epp_util:readable_ip({127,0,0,1,0})),
|
||||||
ok.
|
ok.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue