Skip to content

Commit 4475c4c

Browse files
committed
!squash test window fix
1 parent 656b064 commit 4475c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_window_rename(
184184
window_name_before = "test"
185185
window_name_after = "ha ha ha fjewlkjflwef"
186186

187-
session.set_option("automatic-rename", "off")
187+
session.set_option("automatic-rename", "off", scope=None)
188188
window = session.new_window(window_name=window_name_before, attach=True)
189189

190190
assert window == session.attached_window

0 commit comments

Comments
 (0)