frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1879181059
##########
server/src/test/integration/org/apache/cassandra/testing/TestVersion.java:
##########
@@ -34,4 +34,10 @@ public String version()
{
return version;
}
+
+ @Override
+ public String toString()
+ {
+ return version;
Review Comment:
to be able to display the version during the test
--
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]