Skip to content

Commit a9e7a78

Browse files
committed
!attempt: Try to look into naming oddness
tmux-python/libtmux#376
1 parent 827eacf commit a9e7a78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_workspacebuilder.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ def check_window_name_match() -> bool:
399399
session.server._update_windows()
400400
return w.name == portable_command
401401

402-
assert retry_until(check_window_name_match, 2, interval=0.25)
402+
assert retry_until(
403+
check_window_name_match, 2, interval=0.25
404+
), f"Window name {w.name} should be {portable_command}"
403405

404406
w.select_pane("-D")
405407

0 commit comments

Comments
 (0)