Skip to content

Commit

Permalink
Update TC_OCC_2_3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam authored Aug 29, 2024
1 parent 5d513d2 commit 781e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OCC_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def test_TC_OCC_2_3(self):
occupancy_phy_otou_delay_dut = await self.read_occ_attribute_expect_success(attribute=attributes.PhysicalContactOccupiedToUnoccupiedDelay)
holdtime_dut = await self.read_occ_attribute_expect_success(attribute=attributes.HoldTime)
asserts.assert_equal(occupancy_phy_otou_delay_dut, holdtime_dut,
"PhysicalContactOccupiedToUnoccupiedDelay has a different value from HoldTime in reverse testing.")
"PhysicalContactOccupiedToUnoccupiedDelay has a different value from HoldTime in reverse testing.")


if __name__ == "__main__":
Expand Down

0 comments on commit 781e1aa

Please sign in to comment.