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 Nov 25, 2024
1 parent fa4f84b commit 193906c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 193906c

Please sign in to comment.