Rename test classes to match our naming conventions
Closes gh-27331
This commit is contained in:
parent
3511a007a2
commit
c005e1de9a
|
|
@ -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