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:
209209 assert isinstance (options , dict )
210210
211211
212- def test_set_show_window_options (session : Session ) -> None :
212+ def test_set_window_and_show_window_options (session : Session ) -> None :
213213 """Set option then Window.show_window_options(key)."""
214214 window = session .new_window (window_name = "test_window" )
215215
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ def test_show_window_options(session: Session) -> None:
221221 assert isinstance (options , dict )
222222
223223
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)."""
226226 window = session .new_window (window_name = "test_window" )
227227
228228 window .set_window_option ("main-pane-height" , 20 )
You can’t perform that action at this time.
0 commit comments