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:
211211 assert isinstance (options , dict )
212212
213213
214- def test_set_show_window_options (session : Session ) -> None :
214+ def test_set_window_and_show_window_options (session : Session ) -> None :
215215 """Set option then Window.show_window_options(key)."""
216216 window = session .new_window (window_name = "test_window" )
217217
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ def test_show_window_options(session: Session) -> None:
223223 assert isinstance (options , dict )
224224
225225
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)."""
228228 window = session .new_window (window_name = "test_window" )
229229
230230 window .set_window_option ("main-pane-height" , 20 )
You can’t perform that action at this time.
0 commit comments