Polish
This commit is contained in:
parent
763c1a99e0
commit
5f6d8e1ead
|
@ -186,7 +186,7 @@ public abstract class AbstractJpaAutoConfigurationTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void openEntityManagerInViewInterceptorISNotRegisteredWhenExplicitlyOff() {
|
public void openEntityManagerInViewInterceptorIsNotRegisteredWhenExplicitlyOff() {
|
||||||
new WebApplicationContextRunner()
|
new WebApplicationContextRunner()
|
||||||
.withPropertyValues("spring.datasource.generate-unique-name=true",
|
.withPropertyValues("spring.datasource.generate-unique-name=true",
|
||||||
"spring.jpa.open-in-view=false")
|
"spring.jpa.open-in-view=false")
|
||||||
|
|
Loading…
Reference in New Issue