소스 검색

[test] Fix test_compat_etree_Element

Sergey M․ 6 년 전
부모
커밋
fca9baf0da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test_compat.py

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