mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
rename the Step::name into Step::current_step
This commit is contained in:
parent
d12364c1e0
commit
0d0c18f519
2 changed files with 11 additions and 11 deletions
|
@ -215,7 +215,7 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "processing tasks",
|
||||
"currentStep": "processing tasks",
|
||||
"finished": 0,
|
||||
"total": 2
|
||||
}
|
||||
|
@ -228,7 +228,7 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "writing tasks to disk",
|
||||
"currentStep": "writing tasks to disk",
|
||||
"finished": 1,
|
||||
"total": 2
|
||||
}
|
||||
|
@ -248,12 +248,12 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "processing tasks",
|
||||
"currentStep": "processing tasks",
|
||||
"finished": 0,
|
||||
"total": 2
|
||||
},
|
||||
{
|
||||
"name": "task",
|
||||
"currentStep": "task",
|
||||
"finished": 0,
|
||||
"total": 10
|
||||
}
|
||||
|
@ -266,12 +266,12 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "processing tasks",
|
||||
"currentStep": "processing tasks",
|
||||
"finished": 0,
|
||||
"total": 2
|
||||
},
|
||||
{
|
||||
"name": "task",
|
||||
"currentStep": "task",
|
||||
"finished": 6,
|
||||
"total": 10
|
||||
}
|
||||
|
@ -284,7 +284,7 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "writing tasks to disk",
|
||||
"currentStep": "writing tasks to disk",
|
||||
"finished": 1,
|
||||
"total": 2
|
||||
}
|
||||
|
@ -299,12 +299,12 @@ mod test {
|
|||
{
|
||||
"steps": [
|
||||
{
|
||||
"name": "writing tasks to disk",
|
||||
"currentStep": "writing tasks to disk",
|
||||
"finished": 1,
|
||||
"total": 2
|
||||
},
|
||||
{
|
||||
"name": "task",
|
||||
"currentStep": "task",
|
||||
"finished": 4,
|
||||
"total": 5
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue