Skip to content

Commit

Permalink
pythongh-125038: More suitable name for test classes is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
efimov-mikhail committed Oct 21, 2024
1 parent d75a476 commit f93e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def loop():
loop()


class ModifyTest(unittest.TestCase):
class ModifyUnderlyingIterableTest(unittest.TestCase):
iterables = [
range(0),
range(20),
Expand Down

0 comments on commit f93e8cd

Please sign in to comment.