Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 3, 2024
1 parent d1156d1 commit e4da0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/firebolt/jdbc/util/VersionUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ void shouldGetDriverMajorVersion() {

@Test
void shouldGetDriverMinorVersion() {
assertEquals(3, VersionUtil.getDriverMinorVersion());
assertEquals(4, VersionUtil.getDriverMinorVersion());
}

@Test
void shouldGetProjectVersion() {
assertEquals("3.3.0", VersionUtil.getDriverVersion());
assertEquals("3.4.0", VersionUtil.getDriverVersion());
}

@Test
Expand Down

0 comments on commit e4da0e4

Please sign in to comment.