Skip to content

Commit b1384ff

Browse files
committedApr 18, 2024
move save out of expected outcome
1 parent 5041d15 commit b1384ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/python_testing/TC_DGGEN_3_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
class TC_DGGEN_3_2(MatterBaseTest):
2424
def steps_TC_DGGEN_3_2(self):
2525
return [TestStep(0, "Commission DUT (already done)", is_commissioning=True),
26-
TestStep(1, "TH reads the MaxPathsPerInvoke attribute form the Basic Information Cluster from DUT",
27-
"Save the value as `max_paths_per_invoke`"),
26+
TestStep(1, "TH reads the MaxPathsPerInvoke attribute form the Basic Information Cluster from DUT. Save the value as `max_paths_per_invoke",
27+
"Read is successful"),
2828
TestStep(2, "TH reads FeatureMap attribute form the General Diagnostics Cluster from DUT",
2929
"Verify that the FeatureMap value has the DMTEST feature bit (0) set to 1 if `max_path_per_invoke` > 1")
3030
]

0 commit comments

Comments
 (0)