fix(tests): drop the pre-ledger line-ending assertion the step-2 edit missed
CI & Build / Python lint (push) Successful in 4s
CI & Build / Plugin hooks (push) Successful in 9s
CI & Build / TypeScript typecheck (push) Successful in 37s
CI & Build / integration (push) Successful in 33s
CI & Build / Python tests (push) Successful in 1m1s
CI & Build / Build & push image (push) Successful in 22s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 19:43:11 -04:00
co-authored by Claude Fable 5
parent 9b1597a3c9
commit 9d92df2825
+1 -2
View File
@@ -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)