chore: fix formatter

This commit is contained in:
2026-07-07 15:05:44 +02:00
committed by wakonig_k
parent 6d08f02d64
commit de6b795591
3 changed files with 5 additions and 11 deletions
+1 -7
View File
@@ -104,13 +104,7 @@ class TestDeveloperViewInitialization:
# Check for expected toolbar actions
toolbar_components = developer_view.toolbar.components
expected_actions = [
"save",
"save_as",
"run",
"stop",
"vim",
]
expected_actions = ["save", "save_as", "run", "stop", "vim"]
for action_name in expected_actions:
assert toolbar_components.exists(action_name)