This is an automated email from the ASF dual-hosted git repository.

absurdfarce pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git


The following commit(s) were added to refs/heads/3.x by this push:
     new a81a7889b ninja-fix Test fix for changes in CASSJAVA-58
a81a7889b is described below

commit a81a7889bc26a2e0bdf5b6f25cd62ea3238ad25a
Author: absurdfarce <[email protected]>
AuthorDate: Thu Dec 19 11:25:17 2024 -0600

    ninja-fix Test fix for changes in CASSJAVA-58
---
 .../src/test/java/com/datastax/driver/core/StartupOptionTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/driver-core/src/test/java/com/datastax/driver/core/StartupOptionTest.java 
b/driver-core/src/test/java/com/datastax/driver/core/StartupOptionTest.java
index 0fc8b97eb..b4a294d36 100644
--- a/driver-core/src/test/java/com/datastax/driver/core/StartupOptionTest.java
+++ b/driver-core/src/test/java/com/datastax/driver/core/StartupOptionTest.java
@@ -40,7 +40,7 @@ public class StartupOptionTest extends CCMTestsSupport {
 
     for (Row row : result) {
       
assertThat(row.getString("driver_version")).isEqualTo(Cluster.getDriverVersion());
-      assertThat(row.getString("driver_name")).isEqualTo("Java Driver");
+      assertThat(row.getString("driver_name")).isEqualTo("Apache Cassandra 
Java Driver");
     }
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to