From ebd537193c8c38f41a6d8e4796b2da0194be4c62 Mon Sep 17 00:00:00 2001 From: cecille Date: Wed, 18 Dec 2024 13:23:15 -0500 Subject: [PATCH] You know what really helps? Adding all your changes before pushing smooth moves, freeman. --- src/python_testing/TC_VALCC_3_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_VALCC_3_2.py b/src/python_testing/TC_VALCC_3_2.py index 0bbde380a02e86..9beeefe339a770 100644 --- a/src/python_testing/TC_VALCC_3_2.py +++ b/src/python_testing/TC_VALCC_3_2.py @@ -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