Skip to content

Commit 672ffb6

Browse files
committed
- fix e2e tests
1 parent 0c66070 commit 672ffb6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/e2e/specs/persistence.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,15 @@ describe('Data', function() {
444444

445445
result.forEach(schemaObject => {
446446
expect(schemaObject).to.have.all.keys([
447-
'name', 'required', 'type', 'defaultValue', 'relatedTable', 'customRegex', 'autoLoad', 'isPrimaryKey'
447+
'name',
448+
'required',
449+
'type',
450+
'defaultValue',
451+
'expression',
452+
'relatedTable',
453+
'customRegex',
454+
'autoLoad',
455+
'isPrimaryKey'
448456
])
449457
})
450458
})

0 commit comments

Comments
 (0)