mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix the tests
This commit is contained in:
parent
2f748480a1
commit
9e85f050b2
17 changed files with 34 additions and 28 deletions
|
@ -23,6 +23,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
|||
index_tasks,
|
||||
index_mapper,
|
||||
wake_up: _,
|
||||
dumps_path: _,
|
||||
test_breakpoint_sdr: _,
|
||||
} = scheduler;
|
||||
|
||||
|
@ -115,7 +116,7 @@ fn snaphsot_details(d: &Details) -> String {
|
|||
received_documents,
|
||||
indexed_documents,
|
||||
} => {
|
||||
format!("{{ received_documents: {received_documents}, indexed_documents: {indexed_documents} }}")
|
||||
format!("{{ received_documents: {received_documents}, indexed_documents: {indexed_documents:?} }}")
|
||||
}
|
||||
Details::Settings { settings } => {
|
||||
format!("{{ settings: {settings:?} }}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue