mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Modify test only adding extra asserts for #2036
This commit is contained in:
@@ -68,6 +68,8 @@ public class TestDbJson_List extends BaseTestCase {
|
||||
assertThat(found.getBeanList()).hasSize(2);
|
||||
assertThat(found.getBeanSet()).hasSize(2);
|
||||
assertThat(found.getBeanMap()).hasSize(2);
|
||||
assertThat(found.getPlainBean().getName()).isEqualTo("plain");
|
||||
assertThat(found.getPlainBean().getAlong()).isEqualTo(52);
|
||||
|
||||
json_parse_format();
|
||||
update_when_notDirty();
|
||||
|
||||
Reference in New Issue
Block a user