Skip to content

Commit

Permalink
labelling in test_ioc_system
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Cunningham committed Sep 27, 2024
1 parent 8483ee1 commit e41d8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ioc_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ async def test_create_bobfiles_deletes_existing_files_with_clear_bobfiles(
Pvi.add_pvi_info(
pv,
PviGroup.PARAMETERS,
SignalX(name="TrigEdge", write_pv=pv, value="Falling"),
SignalX(name="TrigEdge", write_pv=f"{Pvi.record_prefix}:{pv}", value="Falling"),
)
Pvi.create_pvi_records(new_random_test_prefix)

Expand Down

0 comments on commit e41d8ee

Please sign in to comment.