Polish
Closes gh-14149
This commit is contained in:
committed by
Stephane Nicoll
parent
84901fa58e
commit
c95b339f02
@@ -39,7 +39,7 @@ public class DataLdapTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class DataMongoTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ public class DataNeo4jTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ public class DataRedisTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class JdbcTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class JooqTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class JsonTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class DataJpaTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class RestClientTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class WebFluxTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class WebMvcTestPropertiesIntegrationTests {
|
||||
private Environment environment;
|
||||
|
||||
@Test
|
||||
public void environmentWitNewProfile() {
|
||||
public void environmentWithNewProfile() {
|
||||
String profile = this.environment.getActiveProfiles()[0];
|
||||
assertThat(profile).isEqualTo("test");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user