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 16645f3 commit cc70fb6Copy full SHA for cc70fb6
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