Skip to content

Commit

Permalink
DRLK-2.1-fixed maxValue (#34804)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumaky authored and pull[bot] committed Oct 11, 2024
1 parent ea0783b commit 2299336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ tests:
constraints:
type: int8u
minValue: 0
maxValue: 255
maxValue: 253

- label:
"Step 11b: TH writes NumberOfWeekDaySchedules SupportedPerUser
Expand Down Expand Up @@ -582,7 +582,7 @@ tests:
constraints:
type: int8u
minValue: 0
maxValue: 255
maxValue: 253

- label:
"Step 12b: TH writes NumberOfYearDay SchedulesSupportedPerUser
Expand Down Expand Up @@ -615,7 +615,7 @@ tests:
constraints:
type: int8u
minValue: 0
maxValue: 255
maxValue: 253

- label:
"Step 13b: TH writes NumberOfHoliday SchedulesSupported attribute as
Expand Down

0 comments on commit 2299336

Please sign in to comment.