Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Relm-Arrowny committed Apr 18, 2024
1 parent c02962d commit 53d7e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ophyd_async/core/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ async def _verify_readings(
result = await func()
else:
result = func()

for signal in expectation:
assert result[signal] == expectation[signal]
assert result == expectation


async def assert_value(signal: SignalR[T], value: Any) -> None:
Expand Down

0 comments on commit 53d7e64

Please sign in to comment.