Skip to content

Commit c40d585

Browse files
committed
[#11] rename more tests acording to the surefire default rules
1 parent ad59555 commit c40d585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
@UnitTest
2727
@DisplayName("GeoLocationServiceImpl Unit Tests")
28-
class GeoLocationServiceImplTests {
28+
class GeoLocationServiceImplTest {
2929

3030
private static final String GOOGLE_ADDRESS = "1600 Amphitheatre Parkway, Mountain View, CA";
3131
private static final String GOOGLE_ADDRESS_IN_PARAMS = "?address=" + GOOGLE_ADDRESS;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import static org.mockito.Mockito.*;
2323

2424
@UnitTest
25-
@DisplayName("SunriseSunsetServiceImplTests Unit Tests")
26-
class SunriseSunsetServiceImplTests {
25+
@DisplayName("SunriseSunsetServiceImpl Unit Tests")
26+
class SunriseSunsetServiceImplTest {
2727

2828
private static final String STATUS_OK = "OK";
2929
private static final String BAD_EXCEPTION = "bad exception";

0 commit comments

Comments
 (0)