Skip to content

Commit 4a8ea9f

Browse files
author
Tyler Goodlet
committed
Fix test
1 parent 4978696 commit 4a8ea9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pluginmanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def he_method1(self, arg):
436436
outcome = yield
437437
res = outcome.get_result()
438438
assert res
439-
assert res == [1, 2, 3] == l
439+
assert res == [4, 3, 2] == l
440440

441441
pm.register(Plugin1())
442442
pm.register(Plugin2())

0 commit comments

Comments
 (0)