Skip to content

Commit

Permalink
changed access to MysqlTestUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Jimenez committed Dec 2, 2024
1 parent a41a94c commit e6c7591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public abstract class BeekeeperIntegrationTestBase {
// MySQL DB CONTAINER AND UTILS
@Container
private static final MySQLContainer MY_SQL_CONTAINER = ContainerTestUtils.mySqlContainer();
private static MySqlTestUtils mySQLTestUtils;
protected static MySqlTestUtils mySQLTestUtils;

protected final ExecutorService executorService = Executors.newFixedThreadPool(1);

Expand Down

0 comments on commit e6c7591

Please sign in to comment.