diff --git a/src/model/transformations/control.spec.jsx b/src/model/transformations/control.spec.jsx index 2d734638e..5aa5e51b3 100644 --- a/src/model/transformations/control.spec.jsx +++ b/src/model/transformations/control.spec.jsx @@ -21,7 +21,7 @@ describe('control tramsformation', () => { criticity: 'criticity 2', during_collect: 'during_collect 2', post_collect: 'post_collect 2', - scope: 'line', + scope: 'occurrence', }, ]; const state = { @@ -33,7 +33,7 @@ describe('control tramsformation', () => { criticity: 'criticity 1', during_collect: 'during_collect 1', post_collect: 'post_collect 1', - scope: 'DYNAMIC_ARRAY', + scope: 'WHOLE', }, 2: { id: '2', @@ -43,7 +43,7 @@ describe('control tramsformation', () => { criticity: 'criticity 2', during_collect: 'during_collect 2', post_collect: 'post_collect 2', - scope: 'LINE', + scope: 'OCCURRENCE', }, }; describe('remoteToState', () => {