micro cleanup
This commit is contained in:
parent
ce175c2952
commit
cd84b891d9
|
@ -40,7 +40,6 @@ public class EntitiesTest extends TestBase {
|
|||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
super.tearDown();
|
||||
// GBApplication.releaseDB();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -8,12 +8,12 @@ public class BtLEQueueTest extends TestBase {
|
|||
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
|
||||
super.setUp();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue