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

Polish

parent 90c4e751
...@@ -64,7 +64,7 @@ public class Neo4jPropertiesTests { ...@@ -64,7 +64,7 @@ public class Neo4jPropertiesTests {
} }
@Test @Test
public void httpUriUseHttpServer() { public void httpUriUseHttpDriver() {
Neo4jProperties properties = load(true, Neo4jProperties properties = load(true,
"spring.data.neo4j.uri=http://localhost:7474"); "spring.data.neo4j.uri=http://localhost:7474");
Configuration configuration = properties.createConfiguration(); Configuration configuration = properties.createConfiguration();
......
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