component-test/src/main/java/org/apache/fineract/cn/cheque/TestMICR.java [179:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Mockito
        .doAnswer(invocation -> {
          final Office mockedOffice = new Office();
          mockedOffice.setName(TestMICR.OFFICE_NAME);
          return Optional.of(mockedOffice);
        })
        .when(this.organizationServiceSpy).findOffice(micr.getBranchSortCode());

    super.chequeManager.expandMicr(MICRParser.toIdentifier(micr));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/cheque/TestMICR.java [205:213]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Mockito
        .doAnswer(invocation -> {
          final Office mockedOffice = new Office();
          mockedOffice.setName(TestMICR.OFFICE_NAME);
          return Optional.of(mockedOffice);
        })
        .when(this.organizationServiceSpy).findOffice(micr.getBranchSortCode());

    super.chequeManager.expandMicr(MICRParser.toIdentifier(micr));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



