Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
This commit is contained in:
cheng_jinsong 2022-09-01 12:15:40 +00:00 committed by Gitee
parent 64ed469d73
commit cd88a616f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -195,8 +195,8 @@ HWTEST_F(InnerkitsUnitTest, GetBlockDevicePath_unittest, TestSize.Level1)
*/
HWTEST_F(InnerkitsUnitTest, DoFormat_unittest, TestSize.Level1)
{
EXPECT_NE(DoFormat("/testpath", "ext4"), 1);
EXPECT_NE(DoFormat("/testpath", "f2fs"), 1);
EXPECT_NE(DoFormat("/testpath", "ext4"), -1);
EXPECT_NE(DoFormat("/testpath", "f2fs"), -1);
}
/**