Skip to content

Commit

Permalink
another fix for memory fs test
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Feb 27, 2025
1 parent d2c3a6b commit 118e398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_fsspec/tests/unit/test_filesystem_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def test_check_reload_config(setup_config_dir, config_file):

mem_fs_instance = mem_instance_info["instance"]
assert mem_fs_instance.ls("/") == [
{"name": "/my_mem_dir", "size": 0, "type": "directory"}
{"name": "/my_mem_dir", "size": 0, "type": "directory"},
{"name": "/mem_dir", "size": 0, "type": "directory"},
]


Expand Down

0 comments on commit 118e398

Please sign in to comment.