andreachild commented on code in PR #3252:
URL: https://github.com/apache/tinkerpop/pull/3252#discussion_r2471281120


##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddEdge.feature:
##########
@@ -381,7 +381,7 @@ Feature: Step - addE()
     And using the parameter xx1 defined as "d[0.1].d"
     And the traversal of
       """
-      g.addE("knows").from(vid1).to(vid6).property("weight", xx1)
+      g.addE("knows").from(V(vid1)).to(V(vid6)).property("weight", xx1)

Review Comment:
   The scenario names for the 2 modified tests should be updated (they seem out 
of date even prior to these changes).



-- 
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]

Reply via email to