mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-23 15:59:42 +00:00
fix test programming problem
Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
parent
0f4f149a39
commit
28a2ba1c80
@ -91,7 +91,7 @@ HWTEST_F(AssetSystemAbilityWrapperTest, AssetSystemAbilityWrapperTest001, TestSi
|
||||
OnAppRestore,
|
||||
OnUserUnlocked
|
||||
};
|
||||
ASSERT_EQ(true, SubscribeSystemEvent(&call_back));
|
||||
ASSERT_EQ(true, SubscribeSystemEvent(call_back));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -90,7 +90,7 @@ HWTEST_F(AssetSystemEventWrapperTest, AssetSystemEventWrapperTest001, TestSize.L
|
||||
OnAppRestore,
|
||||
OnUserUnlocked
|
||||
};
|
||||
ASSERT_EQ(true, SubscribeSystemEvent(&call_back));
|
||||
ASSERT_EQ(true, SubscribeSystemEvent(call_back));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user