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)