Skip to content

Commit f3fc537

Browse files
committed
update
1 parent 5ef8f16 commit f3fc537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_loops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ def test_get_default_loop_enable_async():
812812
@pytest.fixture
813813
def lit_loop_setup():
814814
lit_loop = LitLoop()
815+
lit_loop._restart_workers = True
815816
lit_api = MagicMock(request_timeout=0.1)
816817
request_queue = Queue()
817818
return lit_loop, lit_api, request_queue

0 commit comments

Comments
 (0)