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

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

libsnapshot: Fix DataWipeAfterRollback test am: d5c899e4 am: b71482db

Change-Id: I20dfd9a6a45beff4ccc1e32c53f3856199e72b93
parents 66b43361 b71482db
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) {