Commit 00cc4c2
committed
Do not verify node ids in path while it's being rewritten in TCK
TCK rewrites ids of nodes and relationships in received paths with fake
ids that start from zero. This is done to easily compare predefined
path from feature file with received path. It makes entity ids
predictable.
This commit removes incorrect assertion during path rewriting.
Previously this assertion did not fail because `Integer#notEquals()`
always returned a falsy value due to a bug.1 parent 1a6b60a commit 00cc4c2
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
0 commit comments