Skip to content

Commit 9dbbc25

Browse files
committed
Fix types
1 parent 1af5508 commit 9dbbc25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/objects/scenario.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ describe('Scenario', () => {
1717
input_context: {
1818
problem_statement: 'Solve this problem',
1919
},
20-
environment_parameters: {},
20+
environment: {},
2121
scoring_contract: {
2222
scoring_function_parameters: [],
2323
},
2424
metadata: {},
25+
status: 'active',
2526
} as ScenarioView;
2627

2728
mockScenarioRunData = {

0 commit comments

Comments
 (0)