Skip to content

Commit bf3f0ba

Browse files
committed
Simplify test
1 parent dc6ae62 commit bf3f0ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/test_pluginmanager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,7 @@ def test_multicall_deprecated(pm):
341341
class P1(object):
342342
@hookimpl
343343
def m(self, __multicall__, x):
344-
assert len(__multicall__.results) == 1
345-
assert not __multicall__.hook_impls
346-
return 17
344+
pass
347345

348346
pytest.deprecated_call(pm.register, P1())
349347

0 commit comments

Comments
 (0)