Merge branch '2.5.x'

Closes gh-27333
pull/27357/head
Andy Wilkinson 3 years ago
commit 8db63db564

@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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 Michael J. Simons
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
class Neo4jReactiveHealthIndicatorTest { class Neo4jReactiveHealthIndicatorTests {
@Test @Test
void neo4jIsUp() { void neo4jIsUp() {

@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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 * @author Scott Frederick
*/ */
class MongoPropertiesClientSettingsBuilderCustomizerTest { class MongoPropertiesClientSettingsBuilderCustomizerTests {
private final MongoProperties properties = new MongoProperties(); private final MongoProperties properties = new MongoProperties();
Loading…
Cancel
Save