Broke an apps/epp_proxy/test/epp_util_SUITE.erl test

This commit is contained in:
Alex Sherman 2021-09-30 14:29:05 +05:00
parent bc326f9746
commit 2f66a9495e

View file

@ -66,7 +66,7 @@ frame_length_to_send_test_case(_Config) ->
ok.
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, _}}
= (catch epp_util:readable_ip({127,0,0,1,0})),
ok.