Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Jan 10, 2018
1 parent 4978696 commit 4a8ea9f
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 @@ -436,7 +436,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 4a8ea9f

Please sign in to comment.