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 @@ -211,7 +211,7 @@ def test_show_window_options(session: Session) -> None:
211
211
assert isinstance (options , dict )
212
212
213
213
214
- def test_set_show_window_options (session : Session ) -> None :
214
+ def test_set_window_and_show_window_options (session : Session ) -> None :
215
215
"""Set option then Window.show_window_options(key)."""
216
216
window = session .new_window (window_name = "test_window" )
217
217
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ def test_show_window_options(session: Session) -> None:
223
223
assert isinstance (options , dict )
224
224
225
225
226
- def test_set_show_window_options (session : Session ) -> None :
227
- """Set option then Window.show_window_options(key)."""
226
+ def test_set_window_and_show_window_options (session : Session ) -> None :
227
+ """Window.set_window_option() then Window.show_window_options(key)."""
228
228
window = session .new_window (window_name = "test_window" )
229
229
230
230
window .set_window_option ("main-pane-height" , 20 )
You can’t perform that action at this time.
0 commit comments