Skip to content

Commit

Permalink
STY #1218
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 29, 2024
1 parent c24440c commit 19d225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/tests/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ class MyDevice(Device):
[FakeStrTriggerableDevice, "", "1!", True],
[FakeStrTriggerableDevice, "", 1, False],
[FakeStrTriggerableDevice, "", "1", False],
]
],
)
def test_trigger_value(klass, before, after, expected):
"""Ensure the configured trigger_value is used."""
Expand Down

0 comments on commit 19d225c

Please sign in to comment.