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

Commit b71482db authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

libsnapshot: Fix DataWipeAfterRollback test am: d5c899e4

Change-Id: Ifa78cef5a3dc788ef96fcc6e2b892c2ddfb346aa
parents 54805915 d5c899e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1498,7 +1498,7 @@ TEST_F(SnapshotUpdateTest, DataWipeAfterRollback) {
    ASSERT_TRUE(new_sm->HandleImminentDataWipe());
    EXPECT_EQ(new_sm->GetUpdateState(), UpdateState::None);
    EXPECT_FALSE(test_device->IsSlotUnbootable(0));
    EXPECT_FALSE(test_device->IsSlotUnbootable(0));
    EXPECT_FALSE(test_device->IsSlotUnbootable(1));
}

TEST_F(SnapshotUpdateTest, Hashtree) {