Skip to content

Commit

Permalink
Update TC_OCC_2_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam authored Jul 30, 2024
1 parent b848995 commit 9761d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python_testing/TC_OCC_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import logging

import chip.clusters as Clusters
from chip.clusters.Types import NullValue
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

Expand Down Expand Up @@ -105,3 +104,6 @@ async def test_TC_OCC_2_2(self):

else:
logging.info("OccupancySensorTypeBitmap mandatory attribute is not supported. Test step skipped")

if __name__ == "__main__":
default_matter_test_main()

0 comments on commit 9761d9a

Please sign in to comment.