Skip to content

Commit

Permalink
[test] Fix test_compat_etree_Element
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Mar 5, 2019
1 parent d347b52 commit fca9baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_compat_shlex_split(self):

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')

Expand Down

0 comments on commit fca9baf

Please sign in to comment.