Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix CI unit test failure due to bluesky event loop not running
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jul 24, 2024
1 parent 54f6682 commit bd58549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def zocalo(done_status):


@pytest.fixture
async def panda():
async def panda(RE: RunEngine):
class MockBlock(Device):
def __init__(
self, prefix: str, name: str = "", attributes: dict[str, Any] = {}
Expand Down

0 comments on commit bd58549

Please sign in to comment.