Loading fs_mgr/libsnapshot/snapshot_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -289,7 +289,7 @@ class SnapshotTest : public ::testing::Test { } } AssertionResult DeleteDevice(const std::string& device) { AssertionResult DeleteDevice(const std::string& device) { if (!dm_.DeleteDeviceIfExists(device)) { if (!sm->DeleteDeviceIfExists(device, 1s)) { return AssertionFailure() << "Can't delete " << device; return AssertionFailure() << "Can't delete " << device; } } return AssertionSuccess(); return AssertionSuccess(); Loading Loading
fs_mgr/libsnapshot/snapshot_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -289,7 +289,7 @@ class SnapshotTest : public ::testing::Test { } } AssertionResult DeleteDevice(const std::string& device) { AssertionResult DeleteDevice(const std::string& device) { if (!dm_.DeleteDeviceIfExists(device)) { if (!sm->DeleteDeviceIfExists(device, 1s)) { return AssertionFailure() << "Can't delete " << device; return AssertionFailure() << "Can't delete " << device; } } return AssertionSuccess(); return AssertionSuccess(); Loading