Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/test_workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@ def check_window_name_match() -> bool:
session.server._update_windows()
return w.name == portable_command

assert retry_until(check_window_name_match, 2, interval=0.25)
assert retry_until(
check_window_name_match, 2, interval=0.25
), f"Window name {w.name} should be {portable_command}"

w.select_pane("-D")

Expand Down