You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments