mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Fixed test broken by change in verbose default
This commit is contained in:
parent
d50372b799
commit
6c90875da4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class TestShowHelperCommand(TestCase):
|
|||
"""Verify _show command lists all with no arg provided"""
|
||||
code, out, err = self.t("_show")
|
||||
self.assertIn("debug=no\n", out)
|
||||
self.assertIn("verbose=yes\n", out)
|
||||
self.assertIn("verbose=", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue