1
0

Fixed duedate spelling issue (#79)

This commit is contained in:
konrad
2019-05-31 08:10:56 +00:00
committed by Gitea
parent f638fae4fd
commit 7acf318b28
6 changed files with 39 additions and 32 deletions

View File

@ -440,7 +440,7 @@ func TestListTask_ReadAll(t *testing.T) {
{
name: "ReadAll ListTasks sorted by due date default desc",
fields: fields{
Sorting: "dueadate",
Sorting: "duedate",
},
args: args{
search: "",
@ -466,7 +466,7 @@ func TestListTask_ReadAll(t *testing.T) {
{
name: "ReadAll ListTasks sorted by due date desc",
fields: fields{
Sorting: "dueadatedesc",
Sorting: "duedatedesc",
},
args: args{
search: "",