Skip to content

Commit

Permalink
Update FireboltDatabaseMetadataTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jul 18, 2024
1 parent d547ece commit bd6f5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetDriverVersion() throws SQLException {
assertEquals("3.1.0", fireboltDatabaseMetadata.getDriverVersion());
assertEquals("3.1.1", fireboltDatabaseMetadata.getDriverVersion());
}

@Test
Expand Down

0 comments on commit bd6f5cd

Please sign in to comment.