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 "
|
"shape accounting: 2/4 shapes accounted for — 2 canonical "
|
||||||
"(estimate, computed "
|
"(estimate, computed "
|
||||||
)
|
)
|
||||||
assert "2 unclassified, largest: src" in line
|
assert line.endswith("; 2 unclassified, largest: src")
|
||||||
assert line.endswith("; largest gaps: src")
|
|
||||||
finally:
|
finally:
|
||||||
_user_id_ctx.reset(token)
|
_user_id_ctx.reset(token)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user