adamsaghy commented on code in PR #4902:
URL: https://github.com/apache/fineract/pull/4902#discussion_r2272806919
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/CurrenciesTest.java:
##########
@@ -83,4 +91,124 @@ public void testUpdateCurrencySelection() {
assertNotNull(currenciesAfterUpdate);
assertEquals(currenciesBeforeUpdate, currenciesAfterUpdate, "Verifying
selected currencies match after update");
}
+
+ @Test
+ public void testCreateCurrencyPostApi_CurrencyCodeNotEqualToNull() throws
IOException {
Review Comment:
Please amend the test cases based on my review for the validations!
Please also make sure, negative test cases are also covered!
--
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]