Github user okram commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/426#discussion_r79258124
  
    --- Diff: 
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupTest.java
 ---
    @@ -241,6 +279,16 @@ public void g_V_both_both_dedup_byXoutE_countX_name() {
     
         public static class Traversals extends DedupTest {
             @Override
    +        public Traversal<Vertex, String> 
get_g_V_out_in_valuesXnameX_fold_dedupXlocalX_unfold() {
    +            return 
g.V().out().in().values("name").fold().dedup(Scope.local).unfold();
    +        }
    +
    +        @Override
    +        public Traversal<Vertex, Map<String, String>> 
get_g_V_out_in_asXxX_in_asXyX_selectXx_yX_byXnameX_fold_dedupXlocal_x_yX_unfold()
 {
    --- End diff --
    
    You named the method wrong. Should be `get_g_V_out_asXxX_in_asXyX.....`


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

Reply via email to