shubhamchaudhary29 opened a new pull request, #6244:
URL: https://github.com/apache/fineract/pull/6244

   ## Description
   
   Adds focused unit tests for `FrequencyTypeUtil.compareFrequencies`.
   
   The tests cover comparisons between frequencies of the same type and 
conversions across days, weeks, months, and years. This documents the utility's 
current behaviour and protects it against regressions without changing 
production code.
   
   JIRA: 
[https://issues.apache.org/jira/browse/FINERACT-2747](https://issues.apache.org/jira/browse/FINERACT-2747)
   
   ## Tests
   
   * `./gradlew :fineract-core:test --tests 
org.apache.fineract.infrastructure.core.service.FrequencyTypeUtilTest` — passed 
(7 tests)
   * `./gradlew :fineract-core:spotlessCheck` — passed
   * `git diff --check` — passed
   
   ## Checklist
   
   * [x] Commit message follows the project guidelines
   * [x] Unit tests cover the proposed change
   * [x] No production behaviour was modified
   * [x] The change follows the project coding conventions
   * [x] The PR is limited to the scope of FINERACT-2747
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to