kapil-panchal commented on code in PR #4902:
URL: https://github.com/apache/fineract/pull/4902#discussion_r2273680852


##########
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:
   I will also include the negative test cases.



-- 
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