Fix coding rule 23/217023/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 5 Nov 2019 11:40:05 +0000 (20:40 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 5 Nov 2019 11:40:05 +0000 (20:40 +0900)
Change-Id: Ia7c301b2ada2c3528d270cc064c8e06e52d390db
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unit_tests/recovery_test.cc

index 54ca0fa5960af075807d77e9028c38ded383c3a8..4fd43832ffd191e762de01b554c820d41f2cd390 100644 (file)
@@ -156,7 +156,8 @@ TEST_F(SmokeTest, RecoveryMode_Tpk_Update) {
     ASSERT_FALSE(recovery_file.empty());
     ASSERT_EQ(backend.Recover(recovery_file), ci::AppInstaller::Result::OK);
     ASSERT_TRUE(ValidatePackage(pkgid, {appid, exec}, params));
-    ASSERT_TRUE(ValidateFileContentInPackage(pkgid, "res/VERSION", "1\n", params));
+    ASSERT_TRUE(
+        ValidateFileContentInPackage(pkgid, "res/VERSION", "1\n", params));
   } else {
     std::cout << "update finished before process killed" << std::endl;
   }