mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update tests/test_keys.py
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,6 @@ async def test_character_bindings():
|
||||
counter += 1
|
||||
|
||||
app = BindApp()
|
||||
print(app._bindings)
|
||||
async with app.run_test() as pilot:
|
||||
await pilot.press(".")
|
||||
assert counter == 1
|
||||
|
||||
Reference in New Issue
Block a user