Skip to content

Commit

Permalink
Add newline at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 25, 2024
1 parent 4682e43 commit e42ab34
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 @@ -56,4 +56,4 @@ def test_root_dir_not_found(tmp_path, monkeypatch):
def test_action():
plugin = Plugin()
action = plugin.action(query)
assert action == {'method': 'query', 'parameters': []}
assert action == {'method': 'query', 'parameters': []}

0 comments on commit e42ab34

Please sign in to comment.