return the order in the score details

This commit is contained in:
Tamo 2024-03-19 15:45:04 +01:00
parent 7b9e0d2944
commit d8fe4fe49d
2 changed files with 12 additions and 8 deletions

View file

@ -869,7 +869,9 @@ async fn test_degraded_score_details() {
],
"cattos": "pésti",
"_rankingScoreDetails": {
"skipped": 0.0
"skipped": {
"order": 0
}
}
},
{
@ -883,7 +885,9 @@ async fn test_degraded_score_details() {
"pestiféré"
],
"_rankingScoreDetails": {
"skipped": 0.0
"skipped": {
"order": 0
}
}
},
{
@ -900,7 +904,9 @@ async fn test_degraded_score_details() {
"gomez"
],
"_rankingScoreDetails": {
"skipped": 0.0
"skipped": {
"order": 0
}
}
}
],