Presto Tests Test Queue Db Query Runner Setup Fix

This commit is contained in:
Daniel Zhang 2021-10-01 15:43:09 -04:00
parent 12a427d3a5
commit 07bbd37bb8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class TestQueuesDb
private DistributedQueryRunner queryRunner;
private H2ResourceGroupsDao dao;
@BeforeMethod
@BeforeMethod(alwaysRun = true)
public void setup()
throws Exception
{