Skip to content

Commit

Permalink
Fixing sonar code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
rshanmugam-enquizit committed Sep 27, 2024
1 parent 7a93a15 commit 8492f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EcrMessagePollServiceTest {
private NbsRepositoryServiceProvider nbsRepositoryServiceProvider;

@Mock
EcrMsgContainerDto ecrMsgContainerDto = mock(EcrMsgContainerDto.class);;
EcrMsgContainerDto ecrMsgContainerDto = mock(EcrMsgContainerDto.class);

@InjectMocks
private EcrMessagePollService ecrMessagePollService;
Expand Down

0 comments on commit 8492f8e

Please sign in to comment.