Skip to content

Commit 4b663f3

Browse files
committed
Adjust tests to support backtest hashing
1 parent 3fca414 commit 4b663f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/domain/models/backtesting/test_backtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ def test_backtest_hash(self):
817817
backtest_runs=[backtest_run_two],
818818
backtest_permutation_tests=[permutation_test_metrics],
819819
backtest_summary=backtest_metrics,
820-
metadata={"strategy": "test_strategy"},
820+
metadata={"strategy": "test_strategy", "params": {"param1": 1, "param2": 2}},
821821
risk_free_rate=0.02
822822
)
823823

0 commit comments

Comments
 (0)