From: Sergey M․ Date: Tue, 5 Mar 2019 19:45:33 +0000 (+0700) Subject: [test] Fix test_compat_etree_Element X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=fca9baf0da9720bac25d160924204395930191fe [test] Fix test_compat_etree_Element --- diff --git a/test/test_compat.py b/test/test_compat.py index 4822260ac..86ff389fd 100644 --- a/test/test_compat.py +++ b/test/test_compat.py @@ -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')