phreed commented on a change in pull request #1544:
URL: https://github.com/apache/tinkerpop/pull/1544#discussion_r783328256
##########
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:
Yes, that would be clearer. Do you want me to make the change?
--
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]