Skip to content

Commit 2c364f5

Browse files
authored
Update Lib/test/test_minidom.py
1 parent 833beea commit 2c364f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Lib/test/test_minidom.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,9 @@ def testChangeAttr(self):
400400
## def testGetAttrList(self):
401401
## pass
402402

403-
## def testGetAttrValues(self):
404-
## pass
403+
## def testGetAttrValues(self): pass
405404

406-
## def testGetAttrLength(self):
407-
## pass
405+
## def testGetAttrLength(self): pass
408406

409407
def testGetAttribute(self):
410408
dom = Document()

0 commit comments

Comments
 (0)