Skip to content

Commit b667e01

Browse files
committed
rename a test
1 parent 8722112 commit b667e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_width(self):
323323
'1 '
324324
'2']]]]]""")
325325

326-
def test_numbers(self):
326+
def test_integer(self):
327327
self.assertEqual(pprint.pformat(1234567), '1_234_567')
328328
self.assertEqual(pprint.pformat(1234567, underscore_numbers=False), '1234567')
329329

0 commit comments

Comments
 (0)