Skip to content

Commit d6ba463

Browse files
committed
Update
1 parent f582364 commit d6ba463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/src/test/java/org/neo4j/driver/QueryConfigTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ void shouldUpdateRouting(RoutingControl routing) {
5656
}
5757

5858
@Test
59+
@SuppressWarnings("WriteOnlyObject")
5960
void shouldNotAllowNullRouting() {
6061
assertThrows(NullPointerException.class, () -> QueryConfig.builder().withRouting(null));
6162
}

0 commit comments

Comments
 (0)