component-test/src/main/java/org/apache/fineract/cn/cheque/TestCheques.java [169:175]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Mockito
        .doAnswer(invocation -> false)
        .when(this.organizationServiceSpy).officeExistsByBranchSortCode(randomCheque.getMicr().getBranchSortCode());

    Mockito
        .doAnswer(invocation -> false)
        .when(this.accountingServiceSpy).accountExists(randomCheque.getMicr().getAccountNumber());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/cheque/TestCheques.java [233:239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Mockito
          .doAnswer(invocation -> false)
          .when(this.organizationServiceSpy).officeExistsByBranchSortCode(randomCheque.getMicr().getBranchSortCode());

      Mockito
          .doAnswer(invocation -> false)
          .when(this.accountingServiceSpy).accountExists(randomCheque.getMicr().getAccountNumber());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



