Skip to content

Commit affdbee

Browse files
committed
Polish
1 parent 17a1b28 commit affdbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/neo4j/Neo4jHealthIndicatorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ public void neo4jUp() {
7777

7878
@Test
7979
public void neo4jDown() {
80-
CypherException cypherException = new CypherException("Error executing Cypher",
80+
CypherException cypherException = new CypherException(
8181
"Neo.ClientError.Statement.SyntaxError",
8282
"Unable to execute invalid Cypher");
8383
given(this.session.query(Neo4jHealthIndicator.CYPHER, Collections.emptyMap()))

0 commit comments

Comments
 (0)