micro cleanup

This commit is contained in:
cpfeiffer 2016-09-05 00:17:34 +02:00
parent ce175c2952
commit cd84b891d9
2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,6 @@ public class EntitiesTest extends TestBase {
@Override @Override
public void tearDown() throws Exception { public void tearDown() throws Exception {
super.tearDown(); super.tearDown();
// GBApplication.releaseDB();
} }

View File

@ -8,12 +8,12 @@ public class BtLEQueueTest extends TestBase {
@Override @Override
public void setUp() throws Exception { public void setUp() throws Exception {
super.setUp();
} }
@Override @Override
public void tearDown() throws Exception { public void tearDown() throws Exception {
super.tearDown();
} }
@Test @Test