Skip to content

Commit

Permalink
Add TestSwitch missing attribute (#1327)
Browse files Browse the repository at this point in the history
Add a missing attribute to TestSwitch.cpp
  • Loading branch information
noaOrMlnx authored Nov 27, 2023
1 parent 4cbbeed commit 4ee9c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittest/lib/TestSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ TEST(Switch, updateNotifications)
attrs[6].value.ptr = (void*)1;
attrs[7].value.ptr = (void*)1;
attrs[8].value.ptr = (void*)1;
attrs[9].value.ptr = (void*)1;

attrs[0].id = SAI_SWITCH_ATTR_SWITCH_STATE_CHANGE_NOTIFY;
attrs[1].id = SAI_SWITCH_ATTR_SHUTDOWN_REQUEST_NOTIFY;
Expand Down

0 comments on commit 4ee9c25

Please sign in to comment.