Skip to content

Commit 89f0597

Browse files
committed
fix typo
1 parent a7e3fa4 commit 89f0597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/eval/test_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_eval_config_policy_validation_empty_lists():
112112
assert len(config.interactions) == 0
113113

114114

115-
def test_eval_config_policy_validation_invalid_polocy_format_missing_description():
115+
def test_eval_config_policy_validation_invalid_policy_format_missing_description():
116116
"""Test that invalid policy formats are rejected."""
117117
with pytest.raises(ValueError):
118118
EvalConfig.model_validate(

0 commit comments

Comments
 (0)