Preserve log position when collapsing rows

This commit is contained in:
ajp_anton
2026-07-27 20:30:53 +00:00
parent 7db3a370e7
commit 976ca9596e
5 changed files with 54 additions and 4 deletions
@@ -15,7 +15,7 @@ class GroupSummaryPolicyTest {
imageBytes = null,
)
@Test fun `group summaries are logged by default`() {
@Test fun `enabled group-summary logging retains summaries`() {
assertTrue(GroupSummaryPolicy.shouldLog(snapshot(isGroupSummary = true), logGroupSummaries = true))
}