mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Renamed tw-1381.t to blocked.t
This commit is contained in:
parent
e20f7bee4e
commit
93d210e7db
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class TestBug1381(TestCase):
|
||||||
code, out, err = self.t("blocking")
|
code, out, err = self.t("blocking")
|
||||||
|
|
||||||
self.assertIn("blocks", out)
|
self.assertIn("blocks", out)
|
||||||
|
self.assertNotIn("blocked", out)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
Loading…
Add table
Add a link
Reference in a new issue