component-test/src/main/java/org/apache/fineract/cn/cheque/TestMICR.java [104:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        .when(this.customerServiceSpy).findCustomer(TestMICR.CUSTOMER_IDENTIFIER);

    final IssuingCount issuingCount = new IssuingCount();
    issuingCount.setAccountIdentifier(micr.getAccountNumber());
    issuingCount.setAmount(100);

    super.chequeManager.issue(issuingCount);

    Assert.assertTrue(
        super.eventRecorder.wait(EventConstants.ISSUE_CHEQUES, micr.getAccountNumber())
    );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/cheque/TestMICR.java [267:277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        .when(this.customerServiceSpy).findCustomer(TestMICR.CUSTOMER_IDENTIFIER);

    final IssuingCount issuingCount = new IssuingCount();
    issuingCount.setAccountIdentifier(micr.getAccountNumber());
    issuingCount.setAmount(100);

    super.chequeManager.issue(issuingCount);

    Assert.assertTrue(
        super.eventRecorder.wait(EventConstants.ISSUE_CHEQUES, micr.getAccountNumber())
    );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



