Skip to content

Commit 13a8d80

Browse files
committed
ci: Unshadow purge child dependency cleanup test
The dependency-cleanup scenario reused test_purge_children and replaced the earlier child-purge coverage.
1 parent efa4e39 commit 13a8d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/purge.test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_purge_children_fail_confirm(self):
176176
code, out, err = self.t("count")
177177
self.assertEqual("4\n", out)
178178

179-
def test_purge_children(self):
179+
def test_purge_children_removes_dependencies(self):
180180
"""Purge command removes dependencies on indirectly purged tasks"""
181181
self.t("add one recur:daily due:yesterday")
182182
uuid = self.t("_get 1.uuid")[1].strip()

0 commit comments

Comments
 (0)