commit | f7da22dfe5849db5ee51f9bf05b8825ea2cde2f9 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Dec 03 20:02:09 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 03 20:02:09 2021 +0000 |
tree | 2c2efed8860c3a70e7257fe58c19ce1b0bd3c665 | |
parent | 35cbd4d472ab4b9c6a9b774bedf9fbe8eacf3272 [diff] | |
parent | ce474ea501aa15fb8b76baf6967d84930461fea0 [diff] |
Merge "libsnapshot: Fix test failure in CancelOnTargetSlot."
diff --git a/fs_mgr/libsnapshot/snapshot_test.cpp b/fs_mgr/libsnapshot/snapshot_test.cpp index f1d76e7..c3b2f78 100644 --- a/fs_mgr/libsnapshot/snapshot_test.cpp +++ b/fs_mgr/libsnapshot/snapshot_test.cpp
@@ -2215,6 +2215,8 @@ TEST_F(SnapshotUpdateTest, CancelOnTargetSlot) { AddOperationForPartitions(); + ASSERT_TRUE(UnmapAll()); + // Execute the update from B->A. test_device->set_slot_suffix("_b"); ASSERT_TRUE(sm->BeginUpdate());