Skip to content

Commit 5aa27be

Browse files
committed
Polish
1 parent 90c4e75 commit 5aa27be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/neo4j/Neo4jPropertiesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void defaultUseHttpDriverIfEmbeddedDriverIsNotAvailable() {
6464
}
6565

6666
@Test
67-
public void httpUriUseHttpServer() {
67+
public void httpUriUseHttpDriver() {
6868
Neo4jProperties properties = load(true,
6969
"spring.data.neo4j.uri=http://localhost:7474");
7070
Configuration configuration = properties.createConfiguration();

0 commit comments

Comments
 (0)