Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 366121c3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update VtsHalSecureElementV1_2TargetTest" into rvc-dev am: d0ce2154...

Merge "Update VtsHalSecureElementV1_2TargetTest" into rvc-dev am: d0ce2154 am: c808c0ab am: c91d7ef9

Change-Id: Ib7ca7f15c7078b28087137e4b9abe0281fd82328
parents 46c25747 c91d7ef9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ class SecureElementHidlTest : public ::testing::TestWithParam<std::string> {
 * Reset:
 * Calls reset()
 * Checks status
 * Check onStateChange is received with connected state set to false
 * Check onStateChange is received with connected state set to true
 */
TEST_P(SecureElementHidlTest, Reset) {
@@ -92,6 +93,10 @@ TEST_P(SecureElementHidlTest, Reset) {

    auto res = se_cb_->WaitForCallback(kCallbackNameOnStateChange);
    EXPECT_TRUE(res.no_timeout);
    EXPECT_FALSE(res.args->state_);

    res = se_cb_->WaitForCallback(kCallbackNameOnStateChange);
    EXPECT_TRUE(res.no_timeout);
    EXPECT_TRUE(res.args->state_);
}