We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a713eae commit ac01aa3Copy full SHA for ac01aa3
1 file changed
src/test/scala/dev/mongocamp/driver/mongodb/jdbc/ExploreJdbcSuite.scala
@@ -732,7 +732,7 @@ class ExploreJdbcSuite extends BaseJdbcSuite {
732
}
733
734
test("getDatabaseMinorVersion should return the minor version") {
735
- assertEquals(connection.getMetaData.getDatabaseMinorVersion, 0) // Replace with the actual minor version
+ assertEquals(connection.getMetaData.getDatabaseMinorVersion, 1) // Replace with the actual minor version
736
737
738
test("getJDBCMajorVersion should return the JDBC major version") {
0 commit comments