Skip to content

Commit

Permalink
Update Lib/test/test_enum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt authored Oct 16, 2023
1 parent 4032794 commit fc15c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class TestHelpers(unittest.TestCase):
dunder_names = '__mal__', '__bien__', '__que_que__'
private_names = '_MyEnum__private', '_MyEnum__still_private', '_MyEnum___triple_private'
private_and_sunder_names = '_MyEnum__private_', '_MyEnum__also_private_'
random_names = 'okay', '_semi_private', '_weird__', '_MyEnum__',
random_names = 'okay', '_semi_private', '_weird__', '_MyEnum__'

def test_is_descriptor(self):
class foo:
Expand Down

0 comments on commit fc15c24

Please sign in to comment.