Skip to content

Commit 9c6aeaf

Browse files
committed
Removed unnecessary pics_TC_TIMESYNC_2_1()
from TC_TIMESYNC_2_1 class as no longer needed with recent changes implemented.
1 parent 3d8fd15 commit 9c6aeaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/python_testing/TC_TIMESYNC_2_1.py

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ async def read_ts_attribute_expect_success(self, endpoint, attribute):
2929
cluster = Clusters.Objects.TimeSynchronization
3030
return await self.read_single_attribute_check_success(endpoint=endpoint, cluster=cluster, attribute=attribute)
3131

32-
def pics_TC_TIMESYNC_2_1(self) -> list[str]:
33-
return ["TIMESYNC.S"]
34-
3532
@async_test_body
3633
async def test_TC_TIMESYNC_2_1(self):
3734
endpoint = self.user_params.get("endpoint", 0)

0 commit comments

Comments
 (0)