lukasz-antoniak commented on code in PR #1958:
URL:
https://github.com/apache/cassandra-java-driver/pull/1958#discussion_r1758232928
##########
integration-tests/src/test/java/com/datastax/dse/driver/api/core/graph/statement/GraphTraversalITBase.java:
##########
@@ -598,7 +598,7 @@ public void should_allow_use_of_dsl_graph_binary() throws
Exception {
@Test
public void should_return_correct_results_when_bulked() {
Assumptions.assumeThat(
-
ccmRule().getCcmBridge().getDseVersion().get().compareTo(Version.parse("5.1.2"))
> 0)
+
ccmRule().getCcmBridge().getDistributionVersion().compareTo(Version.parse("5.1.2"))
> 0)
Review Comment:
Thank you for catching this. I do not know how I overlooked it. Fixed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]