We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e63e9 commit 9d73243Copy full SHA for 9d73243
Lib/test/test_xml_etree.py
@@ -1434,8 +1434,8 @@ def test_simple_xml_chunk_1(self):
1434
def test_simple_xml_chunk_5(self):
1435
self.test_simple_xml(chunk_size=5)
1436
1437
- def test_simple_xml_chunk_8(self):
1438
- self.test_simple_xml(chunk_size=8)
+ def test_simple_xml_chunk_22(self):
+ self.test_simple_xml(chunk_size=22)
1439
1440
def test_feed_while_iterating(self):
1441
parser = ET.XMLPullParser()
0 commit comments