Skip to content

Commit a98df60

Browse files
author
James Souter
committed
fix after rebase
1 parent 35a0061 commit a98df60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/example_softioc.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ def run(pv_prefix="SOFTIOC_TEST_DEVICE"):
6767

6868

6969
def run_initial_value(pv_prefix="SOFTIOC_INITIAL_DEVICE"):
70-
epics_options = EpicsCAOptions(ca_ioc=EpicsIOCOptions(pv_prefix=pv_prefix))
7170
controller = InitialValuesController()
72-
fastcs = FastCS(controller, [epics_options])
71+
fastcs = FastCS(
72+
controller, [EpicsCATransport(ca_ioc=EpicsIOCOptions(pv_prefix=pv_prefix))]
73+
)
7374
fastcs.run()
7475

7576

0 commit comments

Comments
 (0)