Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/446#discussion_r89875173 --- Diff: gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroovyValueMapTest.groovy --- @@ -42,5 +42,10 @@ public abstract class GroovyValueMapTest { public Traversal<Vertex, Map<String, List<String>>> get_g_VX1X_outXcreatedX_valueMap(final Object v1Id) { new ScriptTraversal<>(g, "gremlin-groovy", "g.V(v1Id).out('created').valueMap", "v1Id", v1Id) } + + @Override + public Traversal<Vertex, Map<Object, Object>> get_g_V_valueMapToken() { --- End diff -- This method is named wrong, it should be: ``` get_g_V_hasLabelXpersonX_filterXoutEXcreatedXX_valueMapXtrueX() ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---