Skip to content

Commit 4a25dc6

Browse files
committed
Added in missing text in step 18 in TC_DEM_2.4
1 parent ac9efe2 commit 4a25dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEM_2_4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def steps_TC_DEM_2_4(self) -> list[TestStep]:
131131
"Verify DUT responds w/ status SUCCESS(0x00) and Event DEM.S.E02(Paused) sent"),
132132
TestStep("17a", "TH reads from the DUT the ESAState",
133133
"Value has to be 0x05 (Paused)"),
134-
TestStep("18", "",
134+
TestStep("18", "Wait for minPauseDuration.",
135135
"Event DEM.S.E03(Resumed) sent with Cause=0 (NormalCompletion)"),
136136
TestStep("18a", "TH reads from the DUT the ESAState",
137137
"Value has to be 0x01 (Online)"),

0 commit comments

Comments
 (0)