Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl authored Nov 25, 2024
1 parent 1eeca8f commit 2ddf10f
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 @@ -315,7 +315,7 @@ async def test_assembly_renaming() -> None:
thing.set_name("foo")
assert thing.x.name == "foo-x"
assert thing.x.velocity.name == "foo-x-velocity"
assert thing.x.stop_.name == "foo-x-stop"
assert thing.x.stop_.name == "foo-x-stop_"


async def test_dynamic_sensor_group_disconnected():
Expand Down

0 comments on commit 2ddf10f

Please sign in to comment.