Skip to content

Commit 5f6d8e1

Browse files
committed
Polish
1 parent 763c1a9 commit 5f6d8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/orm/jpa/AbstractJpaAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void openEntityManagerInViewInterceptorAutoConfigurationBacksOffWhenManua
186186
}
187187

188188
@Test
189-
public void openEntityManagerInViewInterceptorISNotRegisteredWhenExplicitlyOff() {
189+
public void openEntityManagerInViewInterceptorIsNotRegisteredWhenExplicitlyOff() {
190190
new WebApplicationContextRunner()
191191
.withPropertyValues("spring.datasource.generate-unique-name=true",
192192
"spring.jpa.open-in-view=false")

0 commit comments

Comments
 (0)