mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
integrate milli errors
This commit is contained in:
@ -39,8 +39,6 @@ async fn stats() {
|
||||
assert_eq!(response["indexes"]["test"]["numberOfDocuments"], 0);
|
||||
assert!(response["indexes"]["test"]["isIndexing"] == false);
|
||||
|
||||
let last_update = response["lastUpdate"].as_str().unwrap();
|
||||
|
||||
let documents = json!([
|
||||
{
|
||||
"id": 1,
|
||||
|
Reference in New Issue
Block a user