Skip to content

Commit

Permalink
Made black super-duper happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenberger committed Jul 18, 2023
1 parent 207797e commit 6ba3426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/services/guidance_wrapper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def test_query_success(mocker):
assert result.text_content == "the output"


@pytest.mark.skip(reason="This tests library behavior that has changed with the Guidance version bump")
@pytest.mark.skip(
reason="This tests library behavior that has changed with the Guidance version bump"
)
def test_query_missing_required_params(mocker):
mocker.patch.object(
GuidanceWrapper,
Expand Down Expand Up @@ -78,7 +80,7 @@ def test_query_handlebars_not_generate_response(mocker):
)

with pytest.raises(
ValueError, match="The handlebars do not generate 'response'"
ValueError, match="The handlebars do not generate 'response'"
):
result = guidance_wrapper.query()

Expand Down

0 comments on commit 6ba3426

Please sign in to comment.