Skip to content

Commit fa6e520

Browse files
committed
chore(mypy): Typings for test_builder
1 parent 27018ce commit fa6e520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/workspace/test_builder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,9 @@ def test_load_configs_separate_sessions(server: Server) -> None:
963963
assert len(server.sessions[1].windows) == 2
964964

965965

966-
def test_find_current_active_pane(server: Server, monkeypatch: pytest.MonkeyPatch) -> None:
966+
def test_find_current_active_pane(
967+
server: Server, monkeypatch: pytest.MonkeyPatch
968+
) -> None:
967969
workspace = ConfigReader._from_file(
968970
path=test_utils.get_workspace_file("workspace/builder/three_windows.yaml")
969971
)

0 commit comments

Comments
 (0)