mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Switched from 'out' to 'err' for a footnote message
This commit is contained in:
parent
3ef8112173
commit
76f9475950
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class TestBug1652(TestCase):
|
||||||
self.t.config("confirmation", "off")
|
self.t.config("confirmation", "off")
|
||||||
code, out, err = self.t("1 rm")
|
code, out, err = self.t("1 rm")
|
||||||
self.assertIn("Deleted 1 task.", out)
|
self.assertIn("Deleted 1 task.", out)
|
||||||
self.assertNotIn("No matches.", out)
|
self.assertNotIn("No matches.", err)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue