Commit 2b2c773
GH-22: Fix zwave_command_class_node_info_resolver unit test
GH-22 add a new callback on the give_up_listener on the ATTRIBUTE_ZWAVE_SECURE_NIF attribute causing the test case to fail.
The test only expect this listener to be called on the non-secure NIF ATTRIBUTE_ZWAVE_NIF. This change make sure that the code is only executed in the context of ATTRIBUTE_ZWAVE_NIF and ignored for ATTRIBUTE_ZWAVE_SECURE_NIF as this test don't care about it.
Bug-SiliconLabs: UIC-3082
Relate-to: #22
Forwarded-SiliconLabs: task/UIC-3082/phcoval/GH-22/develop1 parent 7c371a3 commit 2b2c773
File tree
1 file changed
+3
-3
lines changed- applications/zpc/components/zwave_command_classes/test
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments