Skip to content

Commit 6f67486

Browse files
NekoAsakurabkap123
andauthored
Apply suggestions from code review
Co-authored-by: bkap123 <97006829+bkap123@users.noreply.github.com>
1 parent e0895a4 commit 6f67486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_xml_etree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def test_simpleops(self):
381381
self.serialize_check(element,
382382
'<tag key="value"><subtag /><subtag /></tag>')
383383

384-
def test_element_init(self):
384+
def test_positional_only_parameter(self):
385385
# Test Element positional-only parameters (gh-144846).
386386

387387
# 'tag' is positional-only

0 commit comments

Comments
 (0)