mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected mistake made earlier when assuming the first test was a 'control'. It was not.
This commit is contained in:
parent
c8f2b5a858
commit
7a37317526
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class TestBug1267(BaseTestBug1267):
|
|||
args = ["rc:bug.rc", "ls"]
|
||||
code, out, err = self.callTaskSuccess(args, merge_streams=False)
|
||||
|
||||
self.assertIn(project, out)
|
||||
self.assertNotIn(project, out)
|
||||
|
||||
def test_add_task_no_project_with_default_rcfile(self):
|
||||
"""Add a task without a project writing to rc file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue