From 9d92df2825c8229322084fd77b4ed7715d72b540 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 19 Aug 2026 19:43:11 -0400 Subject: [PATCH] fix(tests): drop the pre-ledger line-ending assertion the step-2 edit missed Co-Authored-By: Claude Fable 5 --- tests/test_pattern_coverage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_pattern_coverage.py b/tests/test_pattern_coverage.py index 04ab1f1..1f08730 100644 --- a/tests/test_pattern_coverage.py +++ b/tests/test_pattern_coverage.py @@ -385,8 +385,7 @@ async def test_enter_project_surfaces_the_line_only_once_computed(seeded): "shape accounting: 2/4 shapes accounted for — 2 canonical " "(estimate, computed " ) - assert "2 unclassified, largest: src" in line - assert line.endswith("; largest gaps: src") + assert line.endswith("; 2 unclassified, largest: src") finally: _user_id_ctx.reset(token)