mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 10:13:07 +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
|
Name: Work tasks
|
||||||
Filter used: -DELETED -PARENT ( +work )
|
Filter used: -DELETED -PARENT ( +work )
|
||||||
Defaults used: tags:['work']
|
Defaults used: tags:['work']
|
||||||
Ordering used: due+,pri-,project+
|
Ordering used: status+,end+,due+,pri-,project+
|
||||||
Matching taskwarrior tasks: 1
|
Matching taskwarrior tasks: 1
|
||||||
Displayed tasks: 1
|
Displayed tasks: 1
|
||||||
Tasks to be added:
|
Tasks to be added:
|
||||||
|
@ -276,7 +276,7 @@ class TestViewportInspectionWithVisibleTag(IntegrationTest):
|
||||||
Name: Work tasks
|
Name: Work tasks
|
||||||
Filter used: -DELETED -PARENT ( +work )
|
Filter used: -DELETED -PARENT ( +work )
|
||||||
Defaults used: tags:['work']
|
Defaults used: tags:['work']
|
||||||
Ordering used: due+,pri-,project+
|
Ordering used: status+,end+,due+,pri-,project+
|
||||||
Matching taskwarrior tasks: 0
|
Matching taskwarrior tasks: 0
|
||||||
Displayed tasks: 0
|
Displayed tasks: 0
|
||||||
Tasks to be added:
|
Tasks to be added:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue