diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 853ca47..e935846 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -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': []} \ No newline at end of file + assert action == {'method': 'query', 'parameters': []}