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


##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/filter/Has.feature:
##########
@@ -637,11 +613,11 @@ Feature: Step - has()
       | v[josh] |
       | v[peter] |
 
-  Scenario: g_V_hasXlabel_isXpersonXX
+  Scenario: g_V_whereXlabel_isXpersonXX
     Given the modern graph
     And the traversal of
     """
-    g.V().has(T.label, __.is("person"))
+    g.V().where(label().is("person"))

Review Comment:
   Since this doesn't use `has` anymore, it doesn't belong in the has feature 
test?



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