Merge branch '2.5.x'

Closes gh-27333
This commit is contained in:
Andy Wilkinson 2021-07-14 17:19:59 +01:00
commit 8db63db564
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -47,7 +47,7 @@ import static org.mockito.Mockito.verify;
* @author Michael J. Simons
* @author Stephane Nicoll
*/
class Neo4jReactiveHealthIndicatorTest {
class Neo4jReactiveHealthIndicatorTests {
@Test
void neo4jIsUp() {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
*
* @author Scott Frederick
*/
class MongoPropertiesClientSettingsBuilderCustomizerTest {
class MongoPropertiesClientSettingsBuilderCustomizerTests {
private final MongoProperties properties = new MongoProperties();