Skip to content

Commit f3be089

Browse files
committed
fix(temp_window): findWhere -> find_where
1 parent 8be1a45 commit f3be089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def temp_window(session, *args, **kwargs):
265265
try:
266266
yield session
267267
finally:
268-
if session.findWhere(window_id=window_id):
268+
if session.find_where(window_id=window_id):
269269
window.kill_window()
270270
return
271271

0 commit comments

Comments
 (0)