Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF authored and QRuhier committed Oct 30, 2024
1 parent 8907a57 commit 3e8ffbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/model/transformations/control.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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',
Expand All @@ -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', () => {
Expand Down

0 comments on commit 3e8ffbe

Please sign in to comment.