Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
frogunder authored Dec 12, 2023
1 parent 89d5905 commit 731cea1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/pytests/unit/modules/test_dig.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ def test_check_ip():


def test_check_ip_ipv6():
assert dig.check_ip(
"1111:2222:3333:4444:5555:6666:7777:8888"
)
assert dig.check_ip("1111:2222:3333:4444:5555:6666:7777:8888")


def test_check_ip_ipv6_valid():
Expand Down

0 comments on commit 731cea1

Please sign in to comment.