mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove a sleep that is no longer required in reactive test
This commit is contained in:
@@ -228,7 +228,6 @@ async def test_reactive_compute_first_time_set():
|
||||
|
||||
app = ReactiveComputeFirstTimeSet()
|
||||
async with app.run_test():
|
||||
await asyncio.sleep(0.2) # TODO: We sleep here while issue#1218 is open
|
||||
assert app.double_number == 2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user