Skip to content

Commit

Permalink
Update TC_OCC_3_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam authored Aug 27, 2024
1 parent da1abe9 commit d8b9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OCC_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def test_TC_OCC_3_2(self):
self.skip_all_remaining_steps("4b")

self.step("4b")
hold_time_limits_dut = await self.read_occ_attribute_expect_success(endpoint=endpoint_id, attribute=attributes.HoldTimeLimits)
hold_time_limits_dut = await self.read_occ_attribute_expect_success(attribute=attributes.HoldTimeLimits)
await self.write_single_attribute(attributes.HoldTime(hold_time_limits_dut.holdTimeMin))
initial_dut = await self.read_occ_attribute_expect_success(attribute=attributes.HoldTime)
asserts.assert_equal(initial_dut, hold_time_limits_dut.holdTimeMin, "HoldTimeMin to HoldTime writing failure")
Expand Down

0 comments on commit d8b9e4b

Please sign in to comment.