Skip to content

Commit

Permalink
Add newline to EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 25, 2024
1 parent eab29dd commit 8f63902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def action(e: Exception):
print('OH NO!')
return {'result': [{'title': 'title', 'subtitle': 'subtitle', 'icon': 'icon.png'}]}

assert plugin._event_handler._handlers == {KeyError: action}
assert plugin._event_handler._handlers == {KeyError: action}

0 comments on commit 8f63902

Please sign in to comment.