mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +02:00
tests: Fix tests to expect new default ordering
This commit is contained in:
parent
68558119ca
commit
7459eee088
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ class TestViewportInspection(IntegrationTest):
|
|||
Name: Work tasks
|
||||
Filter used: -DELETED -PARENT ( +work )
|
||||
Defaults used: tags:['work']
|
||||
Ordering used: due+,pri-,project+
|
||||
Ordering used: status+,end+,due+,pri-,project+
|
||||
Matching taskwarrior tasks: 1
|
||||
Displayed tasks: 1
|
||||
Tasks to be added:
|
||||
|
@ -276,7 +276,7 @@ class TestViewportInspectionWithVisibleTag(IntegrationTest):
|
|||
Name: Work tasks
|
||||
Filter used: -DELETED -PARENT ( +work )
|
||||
Defaults used: tags:['work']
|
||||
Ordering used: due+,pri-,project+
|
||||
Ordering used: status+,end+,due+,pri-,project+
|
||||
Matching taskwarrior tasks: 0
|
||||
Displayed tasks: 0
|
||||
Tasks to be added:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue