Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf15419 commit d888067Copy full SHA for d888067
1 file changed
Lib/test/test_pathlib.py
@@ -2564,7 +2564,7 @@ def test_expanduser(self):
2564
p4 = P('../~' + username + '/Documents')
2565
p5 = P('/~' + username + '/Documents')
2566
p6 = P('')
2567
- p7 = P('~fakeuser/Documents')
+ p7 = P('~fake800813user/Documents')
2568
2569
with os_helper.EnvironmentVarGuard() as env:
2570
env.pop('HOME', None)
0 commit comments