We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc008d commit a7c3f3aCopy full SHA for a7c3f3a
tests/test_util.py
@@ -58,6 +58,7 @@ def test_get_session_should_default_to_local_attached_session(
58
59
# Assign an active pane to the session
60
first_pane_on_second_session_id = second_session.windows[0].panes[0].pane_id
61
+ assert first_pane_on_second_session_id is not None
62
monkeypatch.setenv("TMUX_PANE", first_pane_on_second_session_id)
63
64
assert get_session(server) == second_session
0 commit comments