Skip to content

Commit beef977

Browse files
committed
Applied stylization fix to TC_TIMESYNC_2_2 test
module as mentioned in restyled.io check.
1 parent 7a1c968 commit beef977

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python_testing/TC_TIMESYNC_2_2.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from matter_testing_support import MatterBaseTest, async_test_body, compare_time, default_matter_test_main, utc_time_in_matter_epoch
2424
from mobly import asserts
2525

26-
2726
class TC_TIMESYNC_2_2(MatterBaseTest):
2827
async def read_ts_attribute_expect_success(self, endpoint, attribute):
2928
cluster = Clusters.Objects.TimeSynchronization
@@ -79,6 +78,5 @@ async def test_TC_TIMESYNC_2_2(self):
7978
if utc_dut_initial is NullValue:
8079
asserts.assert_equal(source, Clusters.Objects.TimeSynchronization.Enums.TimeSourceEnum.kAdmin)
8180

82-
8381
if __name__ == "__main__":
8482
default_matter_test_main()

0 commit comments

Comments
 (0)