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");
|
||||
* 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() {
|
|
@ -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();
|
||||
|
Loading…
Reference in New Issue