Skip to content

Commit 63444ff

Browse files
style: apply ruff format to test_plugin.py
1 parent ee4cef7 commit 63444ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,7 @@ def test_passes_use_dot_false_by_default(self, mock_generate, plugin, tmp_path):
397397
assert mock_generate.call_args.kwargs["use_dot"] is False
398398

399399
@patch("mkdocs_likec4.plugin.WebComponentGenerator.generate")
400-
def test_passes_use_dot_true_when_configured(
401-
self, mock_generate, plugin, tmp_path
402-
):
400+
def test_passes_use_dot_true_when_configured(self, mock_generate, plugin, tmp_path):
403401
"""Test that use_dot=True is passed when configured."""
404402
plugin.docs_dir = tmp_path / "docs"
405403
plugin.docs_dir.mkdir()

0 commit comments

Comments
 (0)