Skip to content

Commit

Permalink
TST #810 discard unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 4, 2024
1 parent c18d860 commit 71a2531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apstools/devices/tests/test_positioner_soft_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def motion(target, delay, interrupt=False):
arrived = math.isclose(rb_new, target, abs_tol=pos.actual_tolerance)
# fmt: on
if interrupt and not status.done:
assert not status.done
assert not status.success
assert not arrived, f"{dt=:.3f}"
pos.stop()
Expand Down

0 comments on commit 71a2531

Please sign in to comment.