Skip to content

Commit

Permalink
Placate black
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Willemsen committed Aug 18, 2023
1 parent b74fdc0 commit d5ea19e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ophyd/v2/tests/test_epics.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@ async def test_pva_ntdarray(ioc: IOC):
q = MonitorQueue(backend)
try:
# Check descriptor
assert dict(source=backend.source, **descriptor) == await backend.get_descriptor()
assert (
dict(source=backend.source, **descriptor)
== await backend.get_descriptor()
)
# Check initial value
await q.assert_updates(pytest.approx(i))
# Put to new value and check that
Expand Down

0 comments on commit d5ea19e

Please sign in to comment.