Skip to content

Commit 623d54d

Browse files
committed
rename test
1 parent 64b7a1a commit 623d54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3943,7 +3943,7 @@ def test_readrc_current_dir(self):
39433943
self.assertEqual(pdb.Pdb().rcLines[0], "invalid")
39443944
self.assertEqual(len(pdb.Pdb().rcLines), 1)
39453945

3946-
def test_readrc_home_twice(self):
3946+
def test_readrc_cwd_is_home(self):
39473947
with os_helper.EnvironmentVarGuard() as env:
39483948
env.unset("HOME")
39493949
with os_helper.temp_cwd() as cwd, patch("os.path.expanduser"):

0 commit comments

Comments
 (0)