Skip to content

Commit 7614012

Browse files
author
inspxctelement
committed
chore: tox
1 parent 7c0e605 commit 7614012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ip_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ def test_returns_failed_validation_on_not_private_ipv4_address(address: str, pri
201201
("7.53.12.1", False),
202202
],
203203
)
204-
def test_returns_valid_on_private_ipv4_address(address: str, private: bool):
204+
def test_returns_valid_on_private_public_ipv4_address(address: str, private: bool):
205205
"""Test returns failed validation on invalid ipv4 CIDR address."""
206206
assert ipv4(address, private=private)

0 commit comments

Comments
 (0)