Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel committed Jan 14, 2025
1 parent ea441a4 commit 1ba2bc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ophyd_async/testing/_assert.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ async def assert_reading(
"""
actual_reading = await readable.read()
# assert (
# _approx_readable_value(expected_reading) == actual_reading
# ), _generate_assert_error_msg(
# name=readable.name,
# expected_result=expected_reading,
# actual_result=actual_reading,
# )

assert (
_approx_readable_value(expected_reading) == actual_reading
), _generate_assert_error_msg(
Expand Down

0 comments on commit 1ba2bc5

Please sign in to comment.