Skip to content

Commit 2bb6221

Browse files
committed
Fix test name
1 parent fa8931b commit 2bb6221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pathlib/test_pathlib_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ def test_rglob_windows(self):
20202020
self.assertEqual(set(p.rglob("FILEd")), { P(self.base, "dirC/dirD/fileD") })
20212021
self.assertEqual(set(p.rglob("*\\")), { P(self.base, "dirC/dirD/") })
20222022

2023-
def test_exists(self):
2023+
def test_status_exists(self):
20242024
p = self.cls(self.base)
20252025
self.assertTrue(p.status.exists())
20262026
self.assertTrue((p / 'dirA').status.exists())

0 commit comments

Comments
 (0)