Skip to content

Commit

Permalink
Revert mosip 26314 fix for read status for auth lock status (mosip#793)
Browse files Browse the repository at this point in the history
* Fix for setting read status to false

* Revert "Fix for setting read status to false (mosip#791)"

This reverts commit c00a051.

* Check test fix

---------

Co-authored-by: Loganathan Sekar <[email protected]>
Signed-off-by: Ritik Jain <[email protected]>
  • Loading branch information
2 people authored and Ritik Jain committed Oct 31, 2023
1 parent 9fc6bfe commit 8aba1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class ResidentVidServiceTest {
private IdentityServiceImpl identityServiceImpl;

@InjectMocks
private ResidentVidService residentVidService=new ResidentVidServiceImpl();
private ResidentVidServiceImpl residentVidService;

@Mock
private ResidentTransactionRepository residentTransactionRepository;
Expand Down

0 comments on commit 8aba1c8

Please sign in to comment.