Polish
See gh-965
This commit is contained in:
@@ -195,7 +195,7 @@ public class HazelcastHttpSessionConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void namedDataSourceConfiguration() {
|
||||
public void namedHazelcastInstanceConfiguration() {
|
||||
registerAndRefresh(NamedHazelcastInstanceConfiguration.class);
|
||||
|
||||
HazelcastSessionRepository repository = this.context
|
||||
@@ -209,7 +209,7 @@ public class HazelcastHttpSessionConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void multipleDataSourceConfiguration() {
|
||||
public void multipleHazelcastInstanceConfiguration() {
|
||||
this.thrown.expect(BeanCreationException.class);
|
||||
this.thrown.expectMessage("expected single matching bean but found 2");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user