diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-03-06 02:45:33 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-03-06 02:46:26 +0700 |
commit | fca9baf0da9720bac25d160924204395930191fe (patch) | |
tree | 4caa46eae29b7fe5d4fe80b65eb855c754e41c87 /test/test_compat.py | |
parent | d347b52b63282b3276815fd03fc63a1bc8b82cf5 (diff) |
[test] Fix test_compat_etree_Element
Diffstat (limited to 'test/test_compat.py')
-rw-r--r-- | test/test_compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |