fix(ee): correct relation type in test

This commit is contained in:
Jamie Howard 2023-04-17 11:01:28 +01:00
parent 765337c762
commit cc69ffc92e

View File

@ -123,7 +123,7 @@ describe('Review workflows service', () => {
expect(extendFunc({})).toEqual({
attributes: {
[ENTITY_STAGE_ATTRIBUTE]: expect.objectContaining({
relation: 'morphOne',
relation: 'oneToOne',
target: 'admin::workflow-stage',
type: 'relation',
}),