Do not shutdown main DB

This commit is contained in:
Roland Praml
2021-11-29 11:03:17 +01:00
parent 74827186bb
commit 6ee650ea5f
@@ -78,7 +78,7 @@ public class DatesAndTimesTest {
public void shutdown() {
if (db != null) {
db.find(MDateTime.class).delete();
db.shutdown();
db.shutdown(false, false);
}
}