fix the tests

This commit is contained in:
Tamo
2022-10-17 19:24:06 +02:00
committed by Clément Renault
parent 2f748480a1
commit 9e85f050b2
17 changed files with 34 additions and 28 deletions

View File

@ -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:?} }}")