Skip to content

Commit

Permalink
Add beforeClass
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jf committed Oct 17, 2024
1 parent 49e79d6 commit 53fa33f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
import java.sql.Statement;
import net.snowflake.client.TestUtil;
import net.snowflake.client.category.TestCategoryOthers;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.experimental.categories.Category;

/** Test OpenGroup CLI */
@Category(TestCategoryOthers.class)
public class OpenGroupCLIFuncIT extends BaseJDBCWithSharedConnectionIT {

@Before
@BeforeClass
public void setSessionTimezone() throws SQLException {
try (Statement statement = connection.createStatement()) {
statement.execute(
Expand Down

0 comments on commit 53fa33f

Please sign in to comment.