summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc')
-rw-r--r--src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc b/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc
index 2361717d9a..4fbbeaa6aa 100644
--- a/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc
+++ b/src/components/policy/policy_external/test/policy_manager_impl_ptu_test.cc
@@ -806,7 +806,7 @@ TEST_F(PolicyManagerImplTest2,
std::string json;
Json::Value root(Json::objectValue);
if (ifile.is_open()) {
- Json::parseFromStream(reader_builder, ifile, &root, nullptr)
+ Json::parseFromStream(reader_builder, ifile, &root, nullptr);
}
json = root.toStyledString();
ifile.close();
@@ -908,7 +908,7 @@ TEST_F(PolicyManagerImplTest2,
std::string json;
Json::Value root(Json::objectValue);
if (ifile.is_open()) {
- Json::parseFromStream(reader_builder, ifile, &root, nullptr)
+ Json::parseFromStream(reader_builder, ifile, &root, nullptr);
}
json = root.toStyledString();
ifile.close();