From 2f66a9495e622849205835cb01f3b0b179e5f07d Mon Sep 17 00:00:00 2001 From: Alex Sherman Date: Thu, 30 Sep 2021 14:29:05 +0500 Subject: [PATCH] Broke an apps/epp_proxy/test/epp_util_SUITE.erl test --- apps/epp_proxy/test/epp_util_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/epp_proxy/test/epp_util_SUITE.erl b/apps/epp_proxy/test/epp_util_SUITE.erl index fe8a80a..0e47af7 100644 --- a/apps/epp_proxy/test/epp_util_SUITE.erl +++ b/apps/epp_proxy/test/epp_util_SUITE.erl @@ -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.