Fix spec fixtures

This commit is contained in:
Fayaz Ahmed 2022-05-31 11:39:30 +05:30
parent ea5e7ce6ba
commit 40a7681d45
3 changed files with 5 additions and 18 deletions

View file

@ -187,6 +187,7 @@ describe('automationMethodsMixin', () => {
filter_operator: 'equal_to',
values: '',
query_operator: 'and',
custom_attribute_type: '',
},
];
const genericConditionModel = [
@ -195,6 +196,7 @@ describe('automationMethodsMixin', () => {
filter_operator: 'equal_to',
values: '',
query_operator: 'and',
custom_attribute_type: '',
},
];
expect(helpers.getDefaultConditions('message_created')).toEqual(