Skip to content

Commit

Permalink
Merge branch 'feature/version/upgrade' into feature/vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu authored Jan 18, 2024
2 parents 4cc5eee + 9f9f529 commit 1b11deb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ void testSearchBeneficiaryByBlockIdAndLastModDate() {
SearchSyncDTO searchSyncDTO = new SearchSyncDTO();
String req = new Gson().toJson(searchSyncDTO);
//when(svc.searchBeneficiaryByBlockIdAndLastModifyDate(any(), any())).thenReturn(bdList);

String resp = identityController.searchBeneficiaryByVillageIdAndLastModDate(req);

Assertions.assertNotNull(resp);
//Assertions.assertThrows(Exception.class, () ->
}
Expand Down

0 comments on commit 1b11deb

Please sign in to comment.