Skip to content

Commit de2aac0

Browse files
Update CLI test to assert measurements group path in info output
1 parent d3436b2 commit de2aac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eopf_geozarr/tests/test_cli_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_cli_convert_real_sentinel2_data(self, temp_output_dir: str) -> None:
113113
info_output = result_info.stdout
114114
assert "Total groups:" in info_output, "Info should show total groups count"
115115
assert "Group structure:" in info_output, "Info should show group structure"
116-
assert "measurements:" in info_output, "Should find measurements group"
116+
assert "/measurements" in info_output, "Should find measurements group"
117117

118118
# Test 3: CLI validate command
119119
print("\n=== Testing CLI validate command ===")

0 commit comments

Comments
 (0)