Skip to content

Commit

Permalink
Made flake8 super-duper happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenberger committed Jul 18, 2023
1 parent 6ba3426 commit 73800bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/guidance_wrapper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_query_success(mocker):


@pytest.mark.skip(
reason="This tests library behavior that has changed with the Guidance version bump"
reason="This tests library behavior changed by Guidance version bump"
)
def test_query_missing_required_params(mocker):
mocker.patch.object(
Expand Down

0 comments on commit 73800bd

Please sign in to comment.