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.
fs.test
black
1 parent 13f1c29 commit c29a917Copy full SHA for c29a917
fs/test.py
@@ -1752,7 +1752,9 @@ def test_move_dir_same_fs(self):
1752
self.assert_text("/foo2/bar/baz/test.txt", "Goodbye, World")
1753
1754
self.assertEqual(sorted(self.fs.listdir("/")), ["egg", "foo2", "top.txt"])
1755
- self.assertEqual(sorted(x.name for x in self.fs.scandir("/")), ["egg", "foo2", "top.txt"])
+ self.assertEqual(
1756
+ sorted(x.name for x in self.fs.scandir("/")), ["egg", "foo2", "top.txt"]
1757
+ )
1758
1759
def _test_move_dir_write(self, protocol):
1760
# Test moving to this filesystem from another.
0 commit comments