Skip to content

Commit

Permalink
Update Lib/test/test_xml_etree.py
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored and lazka committed Feb 10, 2024
1 parent daaa57f commit dd5baba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_xml_etree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ def test_simple_xml_chunk_1(self):
def test_simple_xml_chunk_5(self):
self.test_simple_xml(chunk_size=5)

def test_simple_xml_chunk_8(self):
self.test_simple_xml(chunk_size=8)
def test_simple_xml_chunk_22(self):
self.test_simple_xml(chunk_size=22)

def test_feed_while_iterating(self):
parser = ET.XMLPullParser()
Expand Down

0 comments on commit dd5baba

Please sign in to comment.