mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix typo in assert method name.
This commit is contained in:
parent
2d73b907f1
commit
a9a209d3b9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ class BugsTestCase(unittest.TestCase):
|
|||
def test_TTL_bounds_check(self):
|
||||
def bad():
|
||||
ttl = linkcheck.dns.ttl.from_text("2147483648")
|
||||
self.assertTrueRaises(linkcheck.dns.ttl.BadTTL, bad)
|
||||
self.assertRaises(linkcheck.dns.ttl.BadTTL, bad)
|
||||
|
|
|
|||
Loading…
Reference in a new issue