Skip to content

Commit ba236ee

Browse files
committed
Back old name of test function
1 parent 81e71a9 commit ba236ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_getpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_echochar_replaces_input_with_asterisks(self):
176176
mock_input.assert_called_once_with('Password: ', textio(), textio(), '*')
177177
self.assertEqual(result, mock_result)
178178

179-
def test_input_with_control_characters(self):
179+
def test_input_with_echochar(self):
180180
passwd = 'my1pa$$word!'
181181
mock_input = StringIO(f'{passwd}\n')
182182
mock_output = StringIO()

0 commit comments

Comments
 (0)