Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
Signed-off-by: Ritik Jain (IN74108) <[email protected]>
  • Loading branch information
Ritik Jain (IN74108) committed Apr 16, 2024
1 parent fbaa643 commit 555942a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void before() throws IdAuthenticationDaoException {
ReflectionTestUtils.setField(idInfoHelper2, "idInfoFetcher", idinfoFetcher);
ReflectionTestUtils.setField(idInfoHelper2, "idMappingConfig", idMappingConfig);
ReflectionTestUtils.setField(idinfoFetcher, "cbeffUtil", new CbeffImpl());
ReflectionTestUtils.setField(kycServiceImpl2, "cbeffUtil", new CbeffImpl());
ReflectionTestUtils.setField(idinfoFetcher, "environment", env);
idInfo = getIdInfo("12232323121");

Expand Down

0 comments on commit 555942a

Please sign in to comment.