Skip to content

Commit cb3c92f

Browse files
Copilotkaranh37
andcommitted
Fix test assertion comment based on code review feedback
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
1 parent fb3831a commit cb3c92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ingestion/tests/unit/topology/storage/test_gcs_folders_only.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ def test_folders_only_extracts_hierarchy(test_connection):
143143
assert all(
144144
not getattr(container, "leaf_container", False) for container in containers
145145
), "Should not generate leaf (file) containers"
146+
# Note: The actual folder names may differ based on the parent hierarchy handling,
147+
# but we ensure all folders are represented in the hierarchy
146148

147149

148150
@patch(

0 commit comments

Comments
 (0)