Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed Jul 30, 2024
1 parent 1318d53 commit d5077ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OPSTATE_2_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def pics_TC_OPSTATE_2_6(self) -> list[str]:
return ["OPSTATE.S", "OPSTATE.S.A0002"]

@per_endpoint_test(has_cluster(Clusters.OperationalState))
@per_endpoint_test(has_attribute(Clusters.OperationalState.CountdownTime))
@per_endpoint_test(has_attribute(Clusters.OperationalState.countdownTime))
@async_test_body
async def test_TC_OPSTATE_2_6(self):
endpoint = self.matter_test_config.endpoint
Expand Down

0 comments on commit d5077ad

Please sign in to comment.