Fix task collection tests
This commit is contained in:
parent
d483fe8beb
commit
10ab8ef4d9
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,6 @@ func TestTaskCollection_ReadAll(t *testing.T) {
|
|||
page: 0,
|
||||
},
|
||||
want: []*Task{
|
||||
task2,
|
||||
task33,
|
||||
task32,
|
||||
task31,
|
||||
|
@ -556,6 +555,7 @@ func TestTaskCollection_ReadAll(t *testing.T) {
|
|||
task4,
|
||||
task3,
|
||||
task1,
|
||||
task2,
|
||||
},
|
||||
wantErr: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue