Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL committed Feb 10, 2025
1 parent 81a9b47 commit f14cc03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/storage/business/test_explorer_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ def test_list_dir_several_subfolders(config_scenario_a: Config):
in result
)

assert str(result[0].path) == result[0].path.as_posix()
assert str(result[0].parent_path) == result[0].parent_path.as_posix()


@pytest.mark.unit_test
def test_list_dir_in_empty_folder(config_scenario_a: Config):
Expand Down

0 comments on commit f14cc03

Please sign in to comment.