Skip to content

Commit aa619df

Browse files
committed
Fix wrong test description
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7ed1f14 commit aa619df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/component/component_proto/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_category_specific_info_mismatch(
9999

100100

101101
def test_invalid_lifetime(default_component_base_data: ComponentBaseData) -> None:
102-
"""Test parsing with missing optional metadata."""
102+
"""Test invalid lifetime (start after end)."""
103103
major_issues: list[str] = []
104104
minor_issues: list[str] = []
105105
base_data = default_component_base_data._replace(

0 commit comments

Comments
 (0)