mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
|
@ -47,7 +47,7 @@ class TestSpecialTags(TestCase):
|
|||
cls.t.config("color.pri.H", "")
|
||||
cls.t.config("color.completed", "")
|
||||
cls.t.config("nag", "NAG")
|
||||
cls.t.config("color", "on")
|
||||
cls.t.config("color", "1")
|
||||
cls.t.config("_forcecolor", "1")
|
||||
|
||||
def test_nocolor(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue