We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6dd32 commit cde596cCopy full SHA for cde596c
1 file changed
src/python_testing/TC_TMP_2_1.py
@@ -107,7 +107,7 @@ async def test_TC_TMP_2_1(self):
107
measured_value, max_bound, "Measured value is greater than max bound")
108
109
self.step(7)
110
- if self.pics_guard("TMP.S.A0003"):
+ if self.pics_guard(self.check_pics("TMP.S.A0003")):
111
tolerance = await self.read_single_attribute_check_success(cluster=cluster, attribute=attr.Tolerance)
112
asserts.assert_greater_equal(tolerance, 0, "Tolerance is less than 0")
113
asserts.assert_less_equal(tolerance, 2048, "Tolerance is greater than 2048")
0 commit comments