Skip to content

Commit 934cc38

Browse files
Fix TC-BINFO-2.1 test
1 parent f499a14 commit 934cc38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/tests/suites/certification/Test_TC_BINFO_2_1.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -718,11 +718,10 @@ tests:
718718
- label:
719719
"Step 62: SpecificationVersion value should in the inclusive range of
720720
(0x01040000 to 0x0104FF00) and the lower 8 bits are set to zero."
721-
runIf: "!IsExpectedValue"
722721
command: "readAttribute"
723722
attribute: "SpecificationVersion"
724723
response:
725-
value: SpecificationVersionValue
724+
saveAs: SpecificationVersionValue
726725
constraints:
727726
minValue: 0x01040000
728727
maxValue: 0x0104FF00

0 commit comments

Comments
 (0)