We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cae91c commit 2cae26dCopy full SHA for 2cae26d
1 file changed
packages/components/src/internal/components/domainproperties/list/models.test.ts
@@ -77,7 +77,6 @@ describe('ListModel', () => {
77
expect(options).not.toHaveProperty('domain');
78
expect(options).toHaveProperty('name');
79
expect(options).toHaveProperty('description');
80
- expect(options).toHaveProperty('discussionSetting');
81
82
const PKFieldName = existingModel
83
.getIn(['domain', 'fields'])
0 commit comments