Test: Switched from 'out' to 'err' for a footnote message
This commit is contained in:
@@ -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__":
|
||||||
|
|||||||
Reference in New Issue
Block a user