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 98eb898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_test_tools/test_click_testing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022-2024 Valory AG
# Copyright 2022-2025 Valory AG
# Copyright 2018-2020 Fetch.AI Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down 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 98eb898

Please sign in to comment.