Skip to content

Commit

Permalink
fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Oct 16, 2024
1 parent e31380c commit 423a5ba
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -18,7 +18,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetProjectVersion() {
assertEquals("3.2.1", VersionUtil.getDriverVersion());
assertEquals("3.2.1-SNAPSHOT", VersionUtil.getDriverVersion());
}

@Test
Expand Down

0 comments on commit 423a5ba

Please sign in to comment.