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
2e11c3c104
commit
43e1a2c991
23 changed files with 57 additions and 57 deletions
|
@ -397,7 +397,7 @@ class TestBug899(TestCase):
|
|||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
self.t.config("verbose", "on")
|
||||
self.t.config("verbose", "1")
|
||||
|
||||
def test_log_project(self):
|
||||
"""899: Verify task log behaves correctly when logging into a project"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue