We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed1f14 commit aa619dfCopy full SHA for aa619df
tests/component/component_proto/test_base.py
@@ -99,7 +99,7 @@ def test_category_specific_info_mismatch(
99
100
101
def test_invalid_lifetime(default_component_base_data: ComponentBaseData) -> None:
102
- """Test parsing with missing optional metadata."""
+ """Test invalid lifetime (start after end)."""
103
major_issues: list[str] = []
104
minor_issues: list[str] = []
105
base_data = default_component_base_data._replace(
0 commit comments