Skip to content

Commit

Permalink
make beforeclass static
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jf committed Oct 22, 2024
1 parent 53fa33f commit e6ae253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class OpenGroupCLIFuncIT extends BaseJDBCWithSharedConnectionIT {

@BeforeClass
public void setSessionTimezone() throws SQLException {
public static void setSessionTimezone() throws SQLException {
try (Statement statement = connection.createStatement()) {
statement.execute(
"alter session set "
Expand Down

0 comments on commit e6ae253

Please sign in to comment.