mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#324 - on effective change, sync internal name from primaryServer to defaultServer
This commit is contained in:
@@ -22,7 +22,7 @@ public class PrimaryServerTest {
|
||||
@Test
|
||||
public void testGetPrimaryServerName() throws Exception {
|
||||
|
||||
String primaryServerName = PrimaryServer.getPrimaryServerName();
|
||||
String primaryServerName = PrimaryServer.getDefaultServerName();
|
||||
assertEquals("h2", primaryServerName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user