kenhuuu commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2449980073
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Paths.feature:
##########
@@ -103,11 +98,9 @@ Feature: Step - paths
When iterated to list
Then the result should be unordered
| result |
- | m[{"song":"TOMORROW IS A LONG TIME","artists":["Bob_Dylan"]}] |
- | m[{"song":"JOHN BROWN","artists":["Bob_Dylan"]}] |
+ | m[{"song":"I WANT YOU","artists":["Bob_Dylan"]}] |
Review Comment:
That's mostly it. The full BFS nature of it now means it found a shorter way
to get to that until() condition.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]