Update tests/test_keys.py

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-12-21 15:19:46 +00:00
committed by GitHub
parent 9aebdd9484
commit 689ec477ea

View File

@@ -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