Shape ledger steps 1-4 + direct-minting Systems bootstrap (milestone 294, #2798) #115

Merged
bvandeusen merged 7 commits from dev into main 2026-08-19 21:24:40 -04:00
Showing only changes of commit 9d92df2825 - Show all commits
+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)