Skip to content

Commit 8890bfd

Browse files
author
Tyler Goodlet
committed
Fix test
1 parent ac17b4c commit 8890bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pluginmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def he_method1(self, arg):
415415
outcome = yield
416416
res = outcome.get_result()
417417
assert res
418-
assert res == [1, 2, 3] == l
418+
assert res == [4, 3, 2] == l
419419

420420
pm.register(Plugin1())
421421
pm.register(Plugin2())

0 commit comments

Comments
 (0)