Fix the tests

This commit is contained in:
Clément Renault 2023-07-05 11:00:40 +02:00
parent 86b834c9e4
commit 22762808ab
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
94 changed files with 133 additions and 38 deletions

View file

@ -55,6 +55,7 @@ async fn swap_indexes() {
"finishedAt": "[date]"
}
],
"total": 2,
"limit": 20,
"from": 1,
"next": null
@ -128,6 +129,7 @@ async fn swap_indexes() {
"finishedAt": "[date]"
}
],
"total": 3,
"limit": 20,
"from": 2,
"next": null
@ -193,6 +195,7 @@ async fn swap_indexes() {
"finishedAt": "[date]"
}
],
"total": 5,
"limit": 2,
"from": 4,
"next": 2
@ -336,6 +339,7 @@ async fn swap_indexes() {
"finishedAt": "[date]"
}
],
"total": 6,
"limit": 20,
"from": 5,
"next": null