Skip to content

Commit

Permalink
Revert mosip 26314 fix for read status for auth lock status (#794)
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 (#791)"

This reverts commit c00a051.

* Check test fix

* Fix NPE in test in github

---------

Co-authored-by: Loganathan Sekar <[email protected]>
  • Loading branch information
loganathan-sekaran and Loganathan Sekar authored Mar 13, 2023
1 parent 017d0de commit 6d56212
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public void setup() throws IOException, ResidentServiceCheckedException, ApisRes
vid = "2038096257310540";
when(mapper.convertValue((Object) any(), (Class<Object>) any())).thenReturn(LocalDateTime.now());
when(identityServiceImpl.getIdentity(Mockito.anyString())).thenReturn(identityValue);
Mockito.lenient().when(utility.createEventId()).thenReturn(UUID.randomUUID().toString());
}

@Test
Expand Down

0 comments on commit 6d56212

Please sign in to comment.