#1867 - Change enhancement for @DbArray ... to handle nulls (like OneToMany and ManyToMany)

This commit is contained in:
rob bygrave
2019-11-20 19:59:01 +13:00
parent 6c91ed0c76
commit ca71fef74a
2 changed files with 2 additions and 1 deletions
@@ -32,6 +32,7 @@ public class TestDbArray_basic extends BaseTestCase {
public void insert() throws SQLException {
bean.setName("some stuff");
assertThat(bean.getStatuses()).isNotNull();
List<String> phNumbers = bean.getPhoneNumbers();
phNumbers.add("4321");