Skip to content

Commit

Permalink
yet another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Sep 25, 2024
1 parent 23e0602 commit ffc23d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/firebolt/FireboltDriverTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void jdbcCompliant() {
void version() {
FireboltDriver fireboltDriver = new FireboltDriver();
assertEquals(3, fireboltDriver.getMajorVersion());
assertEquals(1, fireboltDriver.getMinorVersion());
assertEquals(2, fireboltDriver.getMinorVersion());
}

@ParameterizedTest
Expand Down

0 comments on commit ffc23d6

Please sign in to comment.