summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-03-06 02:45:33 +0700
committerSergey M․ <dstftw@gmail.com>2019-03-06 02:46:26 +0700
commitfca9baf0da9720bac25d160924204395930191fe (patch)
tree4caa46eae29b7fe5d4fe80b65eb855c754e41c87 /test
parentd347b52b63282b3276815fd03fc63a1bc8b82cf5 (diff)
[test] Fix test_compat_etree_Element
Diffstat (limited to 'test')
-rw-r--r--test/test_compat.py2
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')