Skip to content

Commit 6165026

Browse files
author
Subhasish-Behera
committed
a: A.
1 parent cac1d35 commit 6165026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui_tools/test_boxes.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1684,11 +1684,11 @@ def test_keypress_CYCLE_COMPOSE_FOCUS(
16841684
write_box.private_box_view()
16851685
else:
16861686
write_box.private_box_edit_view()
1687-
size = widget_size(write_box)
1688-
1687+
size = widget_size(write_box)a
1688+
x
16891689
def focus_val(x: str) -> int:
16901690
return getattr(write_box, "FOCUS_" + x)
1691-
1691+
a
16921692
write_box.focus_position = focus_val(initial_focus_name)
16931693
write_box.msg_body_edit_enabled = msg_body_edit_enabled
16941694
if write_box.focus_position == write_box.FOCUS_CONTAINER_HEADER:

0 commit comments

Comments
 (0)