Skip to content

Commit c005e1d

Browse files
committed
Rename test classes to match our naming conventions
Closes gh-27331
1 parent 3511a00 commit c005e1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@
4747
* @author Michael J. Simons
4848
* @author Stephane Nicoll
4949
*/
50-
class Neo4jReactiveHealthIndicatorTest {
50+
class Neo4jReactiveHealthIndicatorTests {
5151

5252
@Test
5353
void neo4jIsUp() {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
3434
*
3535
* @author Scott Frederick
3636
*/
37-
class MongoPropertiesClientSettingsBuilderCustomizerTest {
37+
class MongoPropertiesClientSettingsBuilderCustomizerTests {
3838

3939
private final MongoProperties properties = new MongoProperties();
4040

0 commit comments

Comments
 (0)