Skip to content

Commit 9ba3978

Browse files
committed
format
1 parent aac07bc commit 9ba3978

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ def test_stable_hash_across_subprocess():
662662
assert isinstance(child_hash, int)
663663
assert parent_hash == child_hash
664664

665+
665666
def test_evaluation_row_extra_fields():
666667
example = {
667668
"messages": [
@@ -692,4 +693,4 @@ def test_evaluation_row_extra_fields():
692693
dictionary = json.loads(row.model_dump_json())
693694
assert "eval" in dictionary
694695
assert "accuracy" in dictionary["eval_details"]["metrics"]
695-
assert "test" in dictionary["extra_fields"]
696+
assert "test" in dictionary["extra_fields"]

0 commit comments

Comments
 (0)