Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
elagil committed Jul 10, 2022
1 parent dd3c2fc commit aa04a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dsp/test_adau14xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_adau14xx_adjust_volume(test_volume: float, volume_change_db: float):
assert math.isclose(new_volume_db, rounded_new_volume_db, rel_tol=REL_TOL, abs_tol=ABS_TOL)

else:
assert math.isclose(new_volume_db, test_volume_db, rel_tol=REL_TOL, abs_tol=ABS_TOL)
assert new_volume_db == 0


@given(floats())
Expand Down

0 comments on commit aa04a57

Please sign in to comment.