Skip to content

Commit

Permalink
test case issue is resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha Farheen committed Apr 16, 2024
1 parent 2daa1f3 commit 1959609
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public void before() throws IdAuthenticationDaoException {
ReflectionTestUtils.setField(idInfoHelper2, "idMappingConfig", idMappingConfig);
ReflectionTestUtils.setField(idinfoFetcher, "cbeffUtil", new CbeffImpl());
ReflectionTestUtils.setField(idinfoFetcher, "environment", env);
ReflectionTestUtils.setField(kycServiceImpl2, "cbeffUtil", new CbeffImpl());

idInfo = getIdInfo("12232323121");

}
Expand Down

0 comments on commit 1959609

Please sign in to comment.