Skip to content

Commit

Permalink
Editorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Aug 1, 2024
1 parent ef31902 commit 46b67d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_TSTAT_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def steps_TC_TSTAT_4_2(self) -> list[TestStep]:
TestStep("1", "Commissioning, already done",
is_commissioning=True),
TestStep("2", "TH writes to the Presets attribute without calling the StartPresetsSchedulesEditRequest command",
"Verify that we get an INVALID_IN_STATE error since the client didn't send a request to edit the presets by calling StartPresetsSchedulesEditRequest command."),
" Verify that the write request returns INVALID_IN_STATE error since the client didn't send a request to edit the presets by calling StartPresetsSchedulesEditRequest command."),
TestStep("3", "TH writes to the Presets attribute after calling the StartPresetsSchedulesEditRequest command but doesn't call CommitPresetsSchedulesRequest to commit",
"Verify that the Presets attribute was not updated since CommitPresetsSchedulesRequest command was not called."),
TestStep("4", "TH writes to the Presets attribute after calling the StartPresetsSchedulesEditRequest command and calls CommitPresetsSchedulesRequest to commit",
Expand Down

0 comments on commit 46b67d1

Please sign in to comment.