1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-03 20:42:53 -05:00

[test] Fix test_compat_etree_Element

This commit is contained in:
Sergey M․
2019-03-06 02:45:33 +07:00
parent d347b52b63
commit fca9baf0da

View File

@ -93,7 +93,7 @@ class TestCompat(unittest.TestCase):
def test_compat_etree_Element(self): def test_compat_etree_Element(self):
try: try:
compat_etree_Element.text compat_etree_Element.items
except AttributeError: except AttributeError:
self.fail('compat_etree_Element is not a type') self.fail('compat_etree_Element is not a type')