mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Removed useless comparison
This commit is contained in:
parent
6814fd8d31
commit
75e2431825
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class TestBug1627(TestCase):
|
||||||
self.t("add foo project:mon")
|
self.t("add foo project:mon")
|
||||||
code, out, err = self.t("_get 1.project")
|
code, out, err = self.t("_get 1.project")
|
||||||
self.assertEqual("mon\n", out)
|
self.assertEqual("mon\n", out)
|
||||||
self.assertNotIn("monday", out)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue