Fixes #1854 CENTER, CHARGE and CLIENT data manager converted to kotlin. Includes minor fixes
Fixes #1854
This PR includes dependency version update for mockito, 'org.mockito:mockito-core:1.10.19' >> testImplementation 'org.mockito:mockito-core:3.10.0'. Since older version of mockito doesn't support mocking the closed class and by default all Kotlin classes are closed, hence this upgrade has been done.
Please make sure these boxes are checked before submitting your pull request - thanks!
-
[x] Apply the
MifosStyle.xmlstyle template to your code in Android Studio. -
[x] Run the unit tests with
./gradlew checkto make sure you didn't break anything -
[x] If you have multiple commits please combine them into one commit by squashing them.
@iamsh4shank, @Grandolf49 please review and merge this. Thanks
We're closing this PR since it's already fixed