Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeuz committed May 21, 2024
1 parent a36c2f3 commit 0850dd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@ describe('deviceOSProtobuf', () => {
'DeleteInterfaceStoredConfigurationRequest',
'DeleteInterfaceStoredConfigurationReply',
'GetProtectedStateRequest',
'GetProtectedStateReply'
'GetProtectedStateReply',
'SetProtectedStateRequest',
'SetProtectedStateReply'
]);

const missingDefs = [];
Expand Down

0 comments on commit 0850dd4

Please sign in to comment.