File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ def test_show_window_options(session: Session) -> None:
209
209
assert isinstance (options , dict )
210
210
211
211
212
- def test_set_show_window_options (session : Session ) -> None :
212
+ def test_set_window_and_show_window_options (session : Session ) -> None :
213
213
"""Set option then Window.show_window_options(key)."""
214
214
window = session .new_window (window_name = "test_window" )
215
215
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ def test_show_window_options(session: Session) -> None:
221
221
assert isinstance (options , dict )
222
222
223
223
224
- def test_set_show_window_options (session : Session ) -> None :
225
- """Set option then Window.show_window_options(key)."""
224
+ def test_set_window_and_show_window_options (session : Session ) -> None :
225
+ """Window.set_window_option() then Window.show_window_options(key)."""
226
226
window = session .new_window (window_name = "test_window" )
227
227
228
228
window .set_window_option ("main-pane-height" , 20 )
You can’t perform that action at this time.
0 commit comments