Skip to content

Commit 3e6492b

Browse files
committed
top level passes
1 parent 4e59a80 commit 3e6492b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/storage/tests/unit/test_handlers_paths.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ async def test_list_paths_root_folder(
7676
)
7777
assert page_of_files
7878
assert len(page_of_files.items) == 1
79-
assert page_of_files.items == []
80-
assert page_of_files.total == 0
79+
assert page_of_files.items[0].path == Path(f"{project_in_db.uuid}")
80+
assert page_of_files.items[0].file_meta_data is None
81+
assert page_of_files.total == 1

0 commit comments

Comments
 (0)