Skip to content

Commit bb8955c

Browse files
committed
Typo: TestUmaskOf -> TestUmaskContext
1 parent 12ceaac commit bb8955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3468,7 +3468,7 @@ def test_module_all_attribute(self):
34683468

34693469
@unittest.skipIf(os.name != "posix" or support.is_wasi or support.is_emscripten,
34703470
"need proper os.umask()")
3471-
class TestUmaskOf(unittest.TestCase):
3471+
class TestUmaskContext(unittest.TestCase):
34723472
# make target masks in here sufficiently exotic, away from 0o022
34733473

34743474
mask_private = 0o777

0 commit comments

Comments
 (0)