Skip to content

Commit

Permalink
You know what really helps? Adding all your changes before pushing
Browse files Browse the repository at this point in the history
smooth moves, freeman.
  • Loading branch information
cecille committed Dec 18, 2024
1 parent ce0889e commit ebd5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_VALCC_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def steps_TC_VALCC_3_2(self) -> list[TestStep]:
TestStep(7, "Send Close command", "DUT returns SUCCESS"),
TestStep(8, "Wait until TH receives the following reports (ordering does not matter): TargetState set to NULL, TargetLevel set to NULL, CurrentState set to Closed, CurrentLevel set to 0",
"Expected reports are received"),
TestStep(6, "Read CurrentState, CurrentLevel, TargetState and TargetLevel attributes",
TestStep(9, "Read CurrentState, CurrentLevel, TargetState and TargetLevel attributes",
"CurrentState is Closed, CurrentLevel is 0, TargetState is NULL, TargetLevel is NULL"),
]
return steps
Expand Down

0 comments on commit ebd5371

Please sign in to comment.