Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Nov 24, 2017
1 parent ac17b4c commit 8890bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_pluginmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def he_method1(self, arg):
outcome = yield
res = outcome.get_result()
assert res
assert res == [1, 2, 3] == l
assert res == [4, 3, 2] == l

pm.register(Plugin1())
pm.register(Plugin2())
Expand Down

0 comments on commit 8890bfd

Please sign in to comment.