test(agent): add docstring to empty-content boundary test

This commit is contained in:
2026-07-11 08:33:36 -04:00
parent 439dc29b3b
commit cf529f2c8f
+1
View File
@@ -303,4 +303,5 @@ class TestParseNormalization:
assert self._parse(content) is None
def test_empty_content_still_rejected(self) -> None:
"""空 content 照旧拒绝,归一化不改变该边界。"""
assert self._parse("") is None