Commit b2b04289 by Őry Máté

storage: fix test_deletable_newly_destroyed

parent 7086132c
...@@ -28,7 +28,7 @@ class DiskTestCase(TestCase): ...@@ -28,7 +28,7 @@ class DiskTestCase(TestCase):
assert not d.is_deletable() assert not d.is_deletable()
def test_deletable_newly_destroyed(self): def test_deletable_newly_destroyed(self):
d = self._disk() d = self._disk(destroyed=new)
assert not d.is_deletable() assert not d.is_deletable()
def test_deletable_no_child(self): def test_deletable_no_child(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment