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
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user