Skip to content

Commit

Permalink
Forgot this part
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Mar 21, 2024
1 parent 64905ac commit 0c641c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acis_thermal_check/tests/regression_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ def check_violation_reporting(
assert viol_data["temps"][i] in line
if self.msid == "fptemp":
assert viol_data["obsids"][i] in line
assert viol_data["exposure"][i] in line
assert viol_data["limit"][i] in line
except AssertionError:
raise AssertionError(
"Comparison failed. Check file at %s." % index_rst,
Expand Down

0 comments on commit 0c641c6

Please sign in to comment.