mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-29 22:53:01 +02:00
chore: fix formatter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user