Skip to content

Commit

Permalink
🪲 Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGilg committed Apr 4, 2024
1 parent f37e603 commit 0e72784
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/__tests__/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default [
name: 'test',
description: 'Test Scenario',
simulationModel: 'testmodel',
numberOfGroups: 10,
numberOfGroups: 7,
numberOfNodes: 10,
parameters: [
{
Expand All @@ -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},
],
},
{
Expand All @@ -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},
],
},
],
Expand Down

0 comments on commit 0e72784

Please sign in to comment.