diff --git a/frontend/src/__tests__/mocks/handlers.ts b/frontend/src/__tests__/mocks/handlers.ts index 3028441e..b0c94af3 100644 --- a/frontend/src/__tests__/mocks/handlers.ts +++ b/frontend/src/__tests__/mocks/handlers.ts @@ -10,7 +10,7 @@ export default [ name: 'test', description: 'Test Scenario', simulationModel: 'testmodel', - numberOfGroups: 10, + numberOfGroups: 7, numberOfNodes: 10, parameters: [ { @@ -22,7 +22,6 @@ export default [ {min: 0.5, max: 2}, {min: 0.5, max: 2}, {min: 0.5, max: 1}, - {min: 0.5, max: 1}, ], }, { @@ -34,7 +33,6 @@ export default [ {min: 0.3, max: 0.7}, {min: 0.3, max: 0.7}, {min: 0.3, max: 0.7}, - {min: 0.3, max: 0.7}, ], }, ],