Skip to content

Commit 184ec01

Browse files
committed
test(warnings): fix failing test due to link change
1 parent 488eeec commit 184ec01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_warnings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class WarningSpec(NamedTuple):
103103
"The same rehearsal was used in both a `when` and a `verify`.",
104104
"This is redundant and probably a misuse of the mock.",
105105
"\tspy(1)",
106-
"See https://mike.cousins.io/decoy/usage/errors-and-warnings/#miscalledstubwarning", # noqa: E501
106+
"See https://mike.cousins.io/decoy/usage/errors-and-warnings/#redundantverifywarning", # noqa: E501
107107
]
108108
),
109109
),

0 commit comments

Comments
 (0)