Skip to content

Commit

Permalink
Fix test flafkiness
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 31, 2017
1 parent a38c5d1 commit 2a57dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_on_error.py
Expand Up @@ -16,7 +16,7 @@ class test(Event):

class App(Component):

@handler()
@handler(priority=1)
def on_event(self, event, *args, **kwargs):
if kwargs.get("error", False):
raise Exception("XXX")
Expand Down

0 comments on commit 2a57dac

Please sign in to comment.