Skip to content

Commit

Permalink
chore: rename push service unit test class name (#2562)
Browse files Browse the repository at this point in the history
Signed-off-by: yuluo-yx <[email protected]>
Co-authored-by: tomsun28 <[email protected]>
  • Loading branch information
yuluo-yx and tomsun28 authored Aug 21, 2024
1 parent a1d73a2 commit 603bc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/

@ExtendWith(MockitoExtension.class)
class PushGatewayServiceImplTest {
class PushGatewayServiceTest {

@InjectMocks
private PushGatewayServiceImpl pushGatewayService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/

@ExtendWith(MockitoExtension.class)
class PushServiceImplTest {
class PushServiceTest {

@Mock
private PushMonitorDao monitorDao;
Expand Down

0 comments on commit 603bc32

Please sign in to comment.