Skip to content

Commit 2820f67

Browse files
committed
Add missing newline in test_mistral.py for readability in tests
1 parent 2f6da17 commit 2820f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/test_mistral.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,7 @@ def test_map_setting_prediction_valid(request: pytest.FixtureRequest, input_valu
17191719
assert isinstance(result, MistralPrediction)
17201720
assert result.content == expected_content
17211721

1722+
17221723
def test_map_setting_prediction_unsupported_type():
17231724
"""Test that _map_setting_prediction raises RuntimeError for unsupported types."""
17241725
with pytest.raises(

0 commit comments

Comments
 (0)