Commit 5f6d8e1e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 763c1a99
...@@ -186,7 +186,7 @@ public abstract class AbstractJpaAutoConfigurationTests { ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment