We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8ac2d commit 488eeecCopy full SHA for 488eeec
decoy/warnings.py
@@ -79,7 +79,7 @@ def __init__(self, rehearsal: VerifyRehearsal) -> None:
79
"The same rehearsal was used in both a `when` and a `verify`.",
80
"This is redundant and probably a misuse of the mock.",
81
f"\t{stringify_call(rehearsal)}",
82
- "See https://mike.cousins.io/decoy/usage/errors-and-warnings/#miscalledstubwarning", # noqa: E501
+ "See https://mike.cousins.io/decoy/usage/errors-and-warnings/#redundantverifywarning", # noqa: E501
83
]
84
)
85
super().__init__(message)
0 commit comments