Skip to content

Commit

Permalink
minor version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Sep 25, 2024
1 parent 0a4cc68 commit 23e0602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void shouldGetDriverMajorVersion() {

@Test
void shouldGetDriverMinorVersion() {
assertEquals(1, fireboltDatabaseMetadata.getDriverMinorVersion());
assertEquals(2, fireboltDatabaseMetadata.getDriverMinorVersion());
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/firebolt/jdbc/util/VersionUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void shouldGetDriverMajorVersion() {

@Test
void shouldGetDriverMinorVersion() {
assertEquals(1, VersionUtil.getDriverMinorVersion());
assertEquals(2, VersionUtil.getDriverMinorVersion());
}

@Test
Expand Down

0 comments on commit 23e0602

Please sign in to comment.