Skip to content

Commit

Permalink
PR #8518 from Matan: fix negative number of assertions in unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Mar 8, 2021
2 parents 8ac7f3d + 370a3af commit cd67ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/py/rspy/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def check_frame_drops(frame, previous_frame_number, allowed_drops = 1):
previous_frame_number)
failed = True
if failed:
check_failed()
fail()
return False
reset_info()
return True
Expand Down

0 comments on commit cd67ba1

Please sign in to comment.