Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Dec 11, 2024
1 parent fa8931b commit 2bb6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pathlib/test_pathlib_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ def test_rglob_windows(self):
self.assertEqual(set(p.rglob("FILEd")), { P(self.base, "dirC/dirD/fileD") })
self.assertEqual(set(p.rglob("*\\")), { P(self.base, "dirC/dirD/") })

def test_exists(self):
def test_status_exists(self):
p = self.cls(self.base)
self.assertTrue(p.status.exists())
self.assertTrue((p / 'dirA').status.exists())
Expand Down

0 comments on commit 2bb6221

Please sign in to comment.