mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Tests: Fixed quiet tests after TI-47
This commit is contained in:
parent
88960d5bee
commit
067643c64a
1 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ class TestQuietMode(TestCase):
|
|||
|
||||
def test_default(self):
|
||||
"""Default command should obey :quiet hint"""
|
||||
code, out, err = self.t.runError("")
|
||||
code, out, err = self.t("")
|
||||
self.assertIn('There is no active time tracking.', out)
|
||||
|
||||
code, out, err = self.t.runError(":quiet")
|
||||
code, out, err = self.t(":quiet")
|
||||
self.assertNotIn('There is no active time tracking.', out)
|
||||
|
||||
def test_stop(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue