We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488eeec commit 184ec01Copy full SHA for 184ec01
tests/test_warnings.py
@@ -103,7 +103,7 @@ class WarningSpec(NamedTuple):
103
"The same rehearsal was used in both a `when` and a `verify`.",
104
"This is redundant and probably a misuse of the mock.",
105
"\tspy(1)",
106
- "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
107
]
108
),
109
0 commit comments