mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[test] Fix test_compat_etree_Element
This commit is contained in:
parent
d347b52b63
commit
fca9baf0da
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def test_compat_shlex_split(self):
|
||||||
|
|
||||||
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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue