Skip to content

Commit

Permalink
Update src/python_testing/TC_TIMESYNC_2_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Sep 22, 2023
1 parent 1828e43 commit 91b0262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_TIMESYNC_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def test_TC_TIMESYNC_2_2(self):
compare_time(received=utc_dut, utc=th_utc, tolerance=tolerance)

self.print_step(5, "Read time source")
if (self.check_pics("TIMESYNC.S.A0002")):
if self.check_pics("TIMESYNC.S.A0002"):
if utc_dut_initial is NullValue:
source = await self.read_ts_attribute_expect_success(endpoint=endpoint, attribute=attributes.TimeSource)
asserts.assert_equal(source, Clusters.Objects.TimeSynchronization.Enums.TimeSourceEnum.kAdmin)
Expand Down

0 comments on commit 91b0262

Please sign in to comment.