mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2357 - Update tests to use Database from EbeanServer
This commit is contained in:
@@ -63,7 +63,7 @@ public class IntegrationTest {
|
||||
|
||||
System.out.println("one2 " + one2);
|
||||
|
||||
DB.getServerCacheManager().clear(Person.class);
|
||||
DB.cacheManager().clear(Person.class);
|
||||
|
||||
System.out.println("done");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user