Skip to content

Commit

Permalink
STY #725
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 5, 2022
1 parent d062549 commit 6446d44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apstools/devices/tests/test_positioner_soft_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
@pytest.fixture(scope="function")
def pos():
"""Test Positioner based on two analogout PVs."""
# fmt: off
pos = PVPositionerSoftDoneWithStop(
PV_PREFIX, readback_pv="float1", setpoint_pv="float2", name="pos"
)
# fmt: on
pos.wait_for_connection()
yield pos

Expand Down Expand Up @@ -62,7 +64,7 @@ def calcpos():
"",
readback_pv=swait.calculated_value.pvname,
setpoint_pv=swait.channels.B.input_value.pvname,
name="calcpos"
name="calcpos",
)
calcpos.wait_for_connection()
yield calcpos
Expand Down

0 comments on commit 6446d44

Please sign in to comment.