mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix tests.
This commit is contained in:
@@ -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!")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user