mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Modifying the test name for better readability
This commit is contained in:
parent
b4df54197b
commit
16a63c74ea
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ fn check_add_documents_without_primary_key() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn check_first_update_should_bring_up_enqueued_status_before_processing(){
|
fn check_first_update_should_bring_up_processed_status_after_first_docs_addition(){
|
||||||
let mut server = common::Server::with_uid("movies");
|
let mut server = common::Server::with_uid("movies");
|
||||||
|
|
||||||
let body = json!({
|
let body = json!({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue