We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6d189 commit 9c081b7Copy full SHA for 9c081b7
1 file changed
tests/extmod/vfs_fat_ramdisk.py
@@ -55,3 +55,5 @@ def ioctl(self, op, arg):
55
56
assert b"FOO_FILETXT" in bdev.data
57
assert b"hello!" in bdev.data
58
+
59
+assert vfs.listdir() == ['foo_file.txt']
0 commit comments