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

Commit 904e71d2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: Use SnapshotManager to delete devices." am: 3de2320e

parents ecb064f7 3de2320e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ class SnapshotTest : public ::testing::Test {
    }

    AssertionResult DeleteDevice(const std::string& device) {
        if (!dm_.DeleteDeviceIfExists(device)) {
        if (!sm->DeleteDeviceIfExists(device, 1s)) {
            return AssertionFailure() << "Can't delete " << device;
        }
        return AssertionSuccess();