Fix tests.

This commit is contained in:
Rodrigo Girão Serrão
2023-05-17 10:17:20 +01:00
parent 8399a31a46
commit 45686c8aca
6 changed files with 917 additions and 918 deletions

View File

@@ -1,5 +1,5 @@
from textual.app import App, ComposeResult
from textual.widgets import Button
from textual.widgets import Button, Input
def test_batch_update():
@@ -20,6 +20,7 @@ def test_batch_update():
class MyApp(App):
def compose(self) -> ComposeResult:
yield Input()
yield Button("Click me!")