Skip to content

Commit 738ef90

Browse files
committed
Remove unwanted assertion
1 parent 43c00c3 commit 738ef90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pathlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,6 @@ def test_iterdir_recursive_symlink_cycle(self):
15341534
self.assertEqual(paths, { P(join('dirF'), *q) for q in expected })
15351535
finally:
15361536
support.rmtree(join('dirF'))
1537-
assert not P(join('dirF')).exists() # TODO: remove
15381537

15391538
@support.skip_unless_symlink
15401539
def test_iterdir_symlink(self):

0 commit comments

Comments
 (0)