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 27018ce commit fa6e520Copy full SHA for fa6e520
tests/workspace/test_builder.py
@@ -963,7 +963,9 @@ def test_load_configs_separate_sessions(server: Server) -> None:
963
assert len(server.sessions[1].windows) == 2
964
965
966
-def test_find_current_active_pane(server: Server, monkeypatch: pytest.MonkeyPatch) -> None:
+def test_find_current_active_pane(
967
+ server: Server, monkeypatch: pytest.MonkeyPatch
968
+) -> None:
969
workspace = ConfigReader._from_file(
970
path=test_utils.get_workspace_file("workspace/builder/three_windows.yaml")
971
)
0 commit comments