Skip to content

Commit

Permalink
Fix typo (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek authored Sep 19, 2024
1 parent ab11243 commit 3412ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/epics/demo/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async def test_set_velocity(mock_mover: demo.Mover) -> None:
assert q.empty()


async def test_mover_disconncted():
async def test_mover_disconnected():
with pytest.raises(NotConnected):
async with DeviceCollector(timeout=0.1):
m = demo.Mover("ca://PRE:", name="mover")
Expand Down

0 comments on commit 3412ac8

Please sign in to comment.