Browse Source

[test] Fix test_compat_etree_Element

master-ytdl-org
Sergey M․ 5 years ago
parent
commit
fca9baf0da
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_compat.py

+ 1
- 1
test/test_compat.py View File

@ -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…
Cancel
Save