Skip to content

Commit b92e496

Browse files
committed
Update test docstring
1 parent 4ee3932 commit b92e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def test_bad_link_hash_good_user_hash_install_success(
646646
) -> None:
647647
"""Test that wrong hash in direct URL ignored when good --hash provided.
648648
649-
This behaviour may be debatable, but it is not an issue in practice.
649+
This behaviour may not be accidental?
650650
"""
651651
url = path_to_url(str(shared_data.packages.joinpath("simple-1.0.tar.gz")))
652652
url = f"{url}#sha256=invalidhash"

0 commit comments

Comments
 (0)