Commit 05e63a7
committed
fix(test): update neo4j bolt test to schema v2 :CanNode label
The container-gated bolt test still queried the v1-era :Symbol label,
which no longer exists in schema v2 (every project-owned node carries
:CanNode plus a specific kind label). Since :CanNode spans ALL kinds
(not just the signature-keyed declaration types v1's :Symbol covered),
the exhaustiveness check now enumerates all 11 specific labels that
merge under :CanNode per schema.neo4j.json: Module, Class, Interface,
Enum, TypeAlias, Namespace, Callable, Field, BodyNode, External,
AnonymousCallable.1 parent a68d4c3 commit 05e63a7
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments