adamsaghy commented on code in PR #3385:
URL: https://github.com/apache/fineract/pull/3385#discussion_r1303947234
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableUniqueAndIndexColumnTest.java:
##########
@@ -176,6 +176,7 @@ public void
testDatableModificationWithUniqueAndIndexedColumns() {
changeColumns.setName(column1Name);
String newColumnName = column1Name + "new";
changeColumns.setNewName(newColumnName);
+ changeColumns.setUnique(false);
Review Comment:
Sounds like a bug...but i am assuming by not sending it is considered the
default value then which is false... i am not recalling from the top of my head
whether the `unique` field is mandatory ot not
--
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]