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 12, 2017
1 parent 0de869e commit 6e04ed6
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 @@ -393,7 +393,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 6e04ed6

Please sign in to comment.