summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/src/meta_formatter_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/src/meta_formatter_test_helper.cc')
-rw-r--r--src/components/formatters/test/src/meta_formatter_test_helper.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/formatters/test/src/meta_formatter_test_helper.cc b/src/components/formatters/test/src/meta_formatter_test_helper.cc
index a963c08a52..a29c1bceb3 100644
--- a/src/components/formatters/test/src/meta_formatter_test_helper.cc
+++ b/src/components/formatters/test/src/meta_formatter_test_helper.cc
@@ -193,6 +193,7 @@ void CMetaFormatterTestHelper::FillObjectWithDefaultValues(SmartObject& obj) {
obj[S_MSG_PARAMS]["syncMsgVersion"]["majorVersion"] = 0;
obj[S_MSG_PARAMS]["syncMsgVersion"]["minorVersion"] = 0;
+ obj[S_MSG_PARAMS]["syncMsgVersion"]["patchVersion"] = 0;
obj[S_MSG_PARAMS]["appName"] = "";
obj[S_MSG_PARAMS]["ngnMediaScreenAppName"] = "";
obj[S_MSG_PARAMS]["isMediaApplication"] = false;