Skip to content

Commit

Permalink
[mosip 30470] uin genration Invalid input parameter Exception handeled
Browse files Browse the repository at this point in the history
Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 committed Dec 6, 2023
1 parent 5a20753 commit 171b959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2487,7 +2487,7 @@ public void testSuccessfullIdResponseWithUinAndRid() throws Exception {
*
*/
@Test
public void testUinGenerationResponseWithInvalidInputParameterException() throws Exception {
public void testUinGenerationResponseWithInvalidInputParameterExceptionForFirstThreeTimes() throws Exception {
MessageDTO messageDTO = new MessageDTO();
messageDTO.setRid("27847657360002520181210094052");
messageDTO.setReg_type(RegistrationType.NEW);
Expand Down

0 comments on commit 171b959

Please sign in to comment.