Skip to content

Commit

Permalink
chore: update version in test_click_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jan 7, 2025
1 parent 4a05271 commit 7266c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test_tools/test_click_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_click_version():
When this tests fails you need to ensure that the current versions implementation
of the click.testing.CliRunner remains compatible with our monkey-patched version
"""
assert click.__version__ == "8.1.7", message
assert click.__version__ == "8.1.8", message


@pytest.mark.parametrize("mix_stderr", [True, False])
Expand Down

0 comments on commit 7266c38

Please sign in to comment.