micro cleanup

master
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
public void tearDown() throws Exception {
super.tearDown();
// GBApplication.releaseDB();
}

View File

@ -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