mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:12:36 +00:00
[test] Fix test_compat_etree_Element
This commit is contained in:
parent
d347b52b63
commit
fca9baf0da
@ -93,7 +93,7 @@ class TestCompat(unittest.TestCase):
|
||||
|
||||
def test_compat_etree_Element(self):
|
||||
try:
|
||||
compat_etree_Element.text
|
||||
compat_etree_Element.items
|
||||
except AttributeError:
|
||||
self.fail('compat_etree_Element is not a type')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user