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