spmallette commented on a change in pull request #1544:
URL: https://github.com/apache/tinkerpop/pull/1544#discussion_r783201014



##########
File path: 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/util/DefaultTraversalMetricsTest.java
##########
@@ -59,6 +59,8 @@ public void shouldPrintIndentationsCorrectly() {
                 "      backend-query                                           
                                 0.000\n" +
                 "        \\_query=gIndex:slice-query\n" +
                 "                                            >TOTAL            
         -           -           0.000        -";
-        assertEquals(expectedOutput, profile.toString());
+        assertEquals("traversal metrics",

Review comment:
       good find, though I think it would be better to replace the hardcoded 
"\n" in the `expectedOutput` with `System.lineSeparator()` that way the test is 
just written properly from the ground up.




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