mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Updated to non-deprecated Boolean values
This commit is contained in:
parent
0b729b5d97
commit
d8bf209f29
23 changed files with 57 additions and 57 deletions
|
@ -131,7 +131,7 @@ class TestDefaultProject(TestCase):
|
|||
def test_time_default_project(self):
|
||||
"""default.project is not applied when start/stop'ing a task"""
|
||||
# Allow keeping track of time spent on task
|
||||
self.t.config("journal.time", "yes")
|
||||
self.t.config("journal.time", "1")
|
||||
|
||||
self.t("add foobar")
|
||||
code, out, err = self.t("1 info")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue