Skip to content

Commit 62ac6d4

Browse files
committed
!suash test_window warning log
1 parent bcef05a commit 62ac6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ def test_resize(
513513

514514

515515
@pytest.mark.skipif(
516-
has_gte_version("3.1"),
517-
reason="Only 3.1 has the -a and -b flag on new-window",
516+
has_gte_version("3.2"),
517+
reason="Only 3.2+ has the -a and -b flag on new-window",
518518
)
519519
def test_new_window_with_direction_logs_warning_for_old_tmux(
520520
session: Session,

0 commit comments

Comments
 (0)