Skip to content

Commit

Permalink
Fail a test on purpose for workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed May 16, 2024
1 parent 513c0e4 commit 4ab2c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittests/asyncdns_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def test_forward_lookup_should_work_with_ipv4_results():

assert result_name == BUICK_NAME
assert address_list == ["172.0.0.1"]
assert False, "failing on purpose"


def test_forward_lookup_should_work_with_ipv6_results():
Expand Down

0 comments on commit 4ab2c80

Please sign in to comment.