Remove a sleep that is no longer required in reactive test

This commit is contained in:
Darren Burns
2023-01-16 11:02:38 +00:00
parent 65223be8be
commit fa1f33ff64

View File

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