mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Do not shutdown main DB
This commit is contained in:
@@ -78,7 +78,7 @@ public class DatesAndTimesTest {
|
||||
public void shutdown() {
|
||||
if (db != null) {
|
||||
db.find(MDateTime.class).delete();
|
||||
db.shutdown();
|
||||
db.shutdown(false, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user