Skip to content

Commit ac01aa3

Browse files
committed
test: update minor version assertion in ExploreJdbcSuite
1 parent a713eae commit ac01aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/dev/mongocamp/driver/mongodb/jdbc/ExploreJdbcSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ class ExploreJdbcSuite extends BaseJdbcSuite {
732732
}
733733

734734
test("getDatabaseMinorVersion should return the minor version") {
735-
assertEquals(connection.getMetaData.getDatabaseMinorVersion, 0) // Replace with the actual minor version
735+
assertEquals(connection.getMetaData.getDatabaseMinorVersion, 1) // Replace with the actual minor version
736736
}
737737

738738
test("getJDBCMajorVersion should return the JDBC major version") {

0 commit comments

Comments
 (0)