Polish
See gh-14667
This commit is contained in:
committed by
Stephane Nicoll
parent
b4a8ad06de
commit
335775892b
@@ -156,7 +156,7 @@ public class Neo4jDataAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void providesARequestScopedBookmarkManangerIfNecessaryAndPossible() {
|
||||
public void providesARequestScopedBookmarkManagerIfNecessaryAndPossible() {
|
||||
this.contextRunner
|
||||
.withUserConfiguration(BookmarkManagementEnabledConfiguration.class)
|
||||
.run((context) -> {
|
||||
@@ -168,7 +168,7 @@ public class Neo4jDataAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void providesASingletonScopedBookmarkManangerIfNecessaryAndPossible() {
|
||||
public void providesASingletonScopedBookmarkManagerIfNecessaryAndPossible() {
|
||||
new ApplicationContextRunner()
|
||||
.withUserConfiguration(TestConfiguration.class,
|
||||
BookmarkManagementEnabledConfiguration.class)
|
||||
|
||||
Reference in New Issue
Block a user