diff options
author | Devaev Maxim <[email protected]> | 2019-04-08 04:08:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-08 04:08:59 +0300 |
commit | 7eca51f17b7c2c95b54d4c2b77caa6c8554ef4f4 (patch) | |
tree | 70c101f89506f4602223b0d2029ff3a6c70ce522 /tests/test_validators_net.py | |
parent | 28c556d92e4c6ad1b02bf0606a456eae0bcadf90 (diff) |
refactoring
Diffstat (limited to 'tests/test_validators_net.py')
-rw-r--r-- | tests/test_validators_net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_validators_net.py b/tests/test_validators_net.py index 33c31f6d..eab67c9a 100644 --- a/tests/test_validators_net.py +++ b/tests/test_validators_net.py @@ -79,7 +79,7 @@ def test_ok__valid_ip(arg: Any) -> None: "", None, ]) -def test__fail_valid_ip(arg: Any) -> None: +def test_fail__valid_ip(arg: Any) -> None: with pytest.raises(ValidatorError): print(valid_ip(arg)) |