mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +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
|
@ -41,7 +41,7 @@ from basetest import Task, TestCase
|
|||
class TestVerbosity(TestCase):
|
||||
def setUp(self):
|
||||
self.t = Task()
|
||||
self.t.config("print.empty.columns", "yes")
|
||||
self.t.config("print.empty.columns", "1")
|
||||
|
||||
self.t("add Sample")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue