Skip to content

Commit

Permalink
Update src/python_testing/TC_OCC_2_1.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
  • Loading branch information
jaehs6sam and tcarmelveilleux authored Aug 30, 2024
1 parent 353d918 commit 429e1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OCC_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def test_TC_OCC_2_1(self):
asserts.assert_less_equal(hold_time_limits_dut.holdTimeDefault,
hold_time_limits_dut.holdTimeMax, "HoldTimeDefault is greater than HoldTimeMax.")
asserts.assert_greater_equal(hold_time_limits_dut.holdTimeDefault,
hold_time_limits_dut.holdTimeMin, "HoldTimeDefault is greater than HoldTimeMin.")
hold_time_limits_dut.holdTimeMin, "HoldTimeDefault is less than HoldTimeMin.")
else:
logging.info("HoldTimeLimits not supported. Test step skipped")
self.mark_current_step_skipped()
Expand Down

0 comments on commit 429e1a4

Please sign in to comment.