test/neo4j-bolt.test.ts still queries MATCH (s:Symbol), a v1-era label that does not exist in schema v2 (nodes are :CanNode + specific labels). It is Docker-gated (describe.skip unless RUN_CONTAINER_TESTS=1), so the default suite is green — but it will fail bun run test:container. Same stale assumption the #33 edgeToSymbol fix corrected on the emit side.
Update the label expectations before the next container release run.
test/neo4j-bolt.test.tsstill queriesMATCH (s:Symbol), a v1-era label that does not exist in schema v2 (nodes are:CanNode+ specific labels). It is Docker-gated (describe.skipunlessRUN_CONTAINER_TESTS=1), so the default suite is green — but it will failbun run test:container. Same stale assumption the #33edgeToSymbolfix corrected on the emit side.Update the label expectations before the next container release run.