last30days: finish runtime/report rename

This commit is contained in:
Pejman Pour-Moezzi
2026-04-08 13:03:41 -07:00
parent 565deb443e
commit 77f67c1bd9
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ def sample_report() -> schema.Report:
class RenderV3Tests(unittest.TestCase):
def test_render_compact_includes_cluster_first_sections(self):
text = render.render_compact(sample_report())
self.assertIn("# last30days-3 v3.0.0-alpha: test topic", text)
self.assertIn("# last30days v3.0.0: test topic", text)
self.assertIn("## Ranked Evidence Clusters", text)
self.assertIn("## Stats", text)
self.assertIn("Total evidence: 2 items across 2 sources", text)