Skip to content

Commit 85315a7

Browse files
committed
!suash test_window warning log
1 parent 904acd1 commit 85315a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_window.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ def test_new_window_with_direction(
544544

545545

546546
@pytest.mark.skipif(
547-
has_gte_version("3.1"),
548-
reason="Only 3.1 has the -a and -b flag on new-window",
547+
has_gte_version("3.2"),
548+
reason="Only 3.2+ has the -a and -b flag on new-window",
549549
)
550550
def test_new_window_with_direction_logs_warning_for_old_tmux(
551551
session: Session,

0 commit comments

Comments
 (0)