Skip to content

Commit 951012c

Browse files
committed
Update replaced _get_pip_whl_path_ctx references
Some code comments and test function names were still referring to the removed function name. Not anymore!
1 parent 36d9073 commit 951012c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_ensurepip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def test_selected_wheel_path_no_dir(self):
3737
with ensurepip._get_pip_whl_path_ctx() as bundled_wheel_path:
3838
self.assertEqual(pip_filename, bundled_wheel_path.name)
3939

40-
def test_get_pip_info_with_dir(self):
41-
# Test _get_pip_info() with a wheel package directory
40+
def test_selected_wheel_path_with_dir(self):
41+
# Test _get_pip_whl_path_ctx() with a wheel package directory
4242
pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
4343

4444
with tempfile.TemporaryDirectory() as tmpdir:

0 commit comments

Comments
 (0)