spmallette commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2466914248
##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerWorld.java:
##########
@@ -304,6 +304,20 @@ public GraphTraversalSource getGraphTraversalSource(final
LoadGraphWith.GraphDat
}})));
}
+ @Override
+ public void beforeEachScenario(Scenario scenario) {
+ this.world.beforeEachScenario(scenario);
+
+ switch (scenario.getName()) {
Review Comment:
i think it would be good to include a comment here pointing to the bug so
that it's clear in the code there's an issue to relate it to.
--
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]