Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Jan 31, 2025
1 parent bedf73d commit caf7c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def test_extractor_llm_invalid_json() -> None:
@pytest.mark.asyncio
async def test_extractor_llm_invalid_json_is_a_list() -> None:
"""Test what happens when the returned JSON is a valid JSON list,
but it does not match the expected Pydantic model"""
but it does not match the expected Pydantic model"""
llm = MagicMock(spec=LLMInterface)
llm.ainvoke.return_value = LLMResponse(
# missing "label" for entity
Expand Down

0 comments on commit caf7c46

Please sign in to comment.