Skip to content

Commit

Permalink
Address review comments:
Browse files Browse the repository at this point in the history
- copyright date
- command id correction (should be pause=0, stop=1, start=2, resume=3)
  • Loading branch information
marktrayer committed Jun 1, 2023
1 parent 9868175 commit 1537628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_OPSTATE_1_1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 Project CHIP Authors
# Copyright (c) 2023 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -111,8 +111,8 @@ tests:
constraints:
type: list
contains: [
0,
1
1,
2
]

- label: "Read the optional command(Stop) in AcceptedCommandList"
Expand All @@ -133,7 +133,7 @@ tests:
constraints:
type: list
contains: [
2,
0,
3
]

Expand All @@ -145,7 +145,7 @@ tests:
constraints:
type: list
contains: [
2,
0,
3
]

Expand Down

0 comments on commit 1537628

Please sign in to comment.