This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 603bc3222 chore: rename push service unit test class name (#2562)
603bc3222 is described below

commit 603bc3222a6e6710718472d10f12da1af62966a6
Author: YuLuo <[email protected]>
AuthorDate: Wed Aug 21 17:54:20 2024 +0800

    chore: rename push service unit test class name (#2562)
    
    Signed-off-by: yuluo-yx <[email protected]>
    Co-authored-by: tomsun28 <[email protected]>
---
 .../java/org/apache/hertzbeat/push/service/PushGatewayServiceTest.java  | 2 +-
 .../test/java/org/apache/hertzbeat/push/service/PushServiceTest.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/push/src/test/java/org/apache/hertzbeat/push/service/PushGatewayServiceTest.java
 
b/push/src/test/java/org/apache/hertzbeat/push/service/PushGatewayServiceTest.java
index 9cec4edc5..dc4d079da 100644
--- 
a/push/src/test/java/org/apache/hertzbeat/push/service/PushGatewayServiceTest.java
+++ 
b/push/src/test/java/org/apache/hertzbeat/push/service/PushGatewayServiceTest.java
@@ -47,7 +47,7 @@ import static org.mockito.Mockito.times;
  */
 
 @ExtendWith(MockitoExtension.class)
-class PushGatewayServiceImplTest {
+class PushGatewayServiceTest {
 
        @InjectMocks
        private PushGatewayServiceImpl pushGatewayService;
diff --git 
a/push/src/test/java/org/apache/hertzbeat/push/service/PushServiceTest.java 
b/push/src/test/java/org/apache/hertzbeat/push/service/PushServiceTest.java
index fdf9d4578..222844f69 100644
--- a/push/src/test/java/org/apache/hertzbeat/push/service/PushServiceTest.java
+++ b/push/src/test/java/org/apache/hertzbeat/push/service/PushServiceTest.java
@@ -49,7 +49,7 @@ import static org.mockito.Mockito.when;
  */
 
 @ExtendWith(MockitoExtension.class)
-class PushServiceImplTest {
+class PushServiceTest {
 
        @Mock
        private PushMonitorDao monitorDao;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to