Skip to content

Commit 5470245

Browse files
willmcguganCopilot
andauthored
Update tests/test_focus.py
Co-authored-by: Copilot <[email protected]>
1 parent 35cf222 commit 5470245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_focus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def compose(self) -> ComposeResult:
537537
assert focus_ids == ["one", "two"]
538538

539539
# Trap focus on the right container
540-
# Since the right containers doesn't contain a focused widget, we would expect no change
540+
# Since the right container doesn't contain a focused widget, we would expect no change
541541
app.screen.query_one("#right").trap_focus()
542542
focus_ids = [node.id for node in app.screen.focus_chain]
543543
assert focus_ids == ["one", "two"]

0 commit comments

Comments
 (0)