From 0850dd43e6c9f75b417d6a2ff367d79cee062648 Mon Sep 17 00:00:00 2001 From: Sergey Polyakov Date: Tue, 21 May 2024 14:06:14 +0200 Subject: [PATCH] Fix tests --- src/index.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.test.js b/src/index.test.js index d145424..5bde5c7 100644 --- a/src/index.test.js +++ b/src/index.test.js @@ -422,7 +422,9 @@ describe('deviceOSProtobuf', () => { 'DeleteInterfaceStoredConfigurationRequest', 'DeleteInterfaceStoredConfigurationReply', 'GetProtectedStateRequest', - 'GetProtectedStateReply' + 'GetProtectedStateReply', + 'SetProtectedStateRequest', + 'SetProtectedStateReply' ]); const missingDefs = [];