Skip to content

Commit b01ee34

Browse files
committed
test(builder): set_window_option -> set_option
1 parent 073214b commit b01ee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workspace/test_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_split_windows_three_pane(session: Session) -> None:
7676

7777
assert len(session.windows) == window_count
7878
window_count += 1
79-
w.set_window_option("main-pane-height", 50)
79+
w.set_option("main-pane-height", 50)
8080
w.select_layout(wconf["layout"])
8181

8282

0 commit comments

Comments
 (0)