Skip to content

Commit fca9baf

Browse files
committed
[test] Fix test_compat_etree_Element
1 parent d347b52 commit fca9baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_compat_shlex_split(self):
9393

9494
def test_compat_etree_Element(self):
9595
try:
96-
compat_etree_Element.text
96+
compat_etree_Element.items
9797
except AttributeError:
9898
self.fail('compat_etree_Element is not a type')
9999

0 commit comments

Comments
 (0)