Skip to content

Commit 448d627

Browse files
committed
fix review comment
1 parent 4bb4a29 commit 448d627

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python_testing/TC_OpstateCommon.py

-2
Original file line numberDiff line numberDiff line change
@@ -1335,8 +1335,6 @@ async def TEST_TC_OPSTATE_BASE_2_6(self, endpoint=1):
13351335
if countdownTime is not NullValue:
13361336
count = sub_handler.attribute_report_counts[attributes.CountdownTime]
13371337
asserts.assert_greater(count, 0, "Did not receive any reports for CountdownTime")
1338-
else:
1339-
self.skip_step(8)
13401338

13411339
self.step(9)
13421340
await self.read_and_expect_value(endpoint=endpoint,

0 commit comments

Comments
 (0)