Update test comment

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
Louis Dureuil 2023-04-13 17:27:12 +02:00 committed by GitHub
parent 066c6bd875
commit 1e6cbcaf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ async fn test_task_queue_is_full() {
}
"###);
// But we should still be able to register tasks deletion IF they delete something
// Now we should be able to register tasks again
let (result, code) = server.create_index(json!({ "uid": "doggo" })).await;
snapshot!(code, @"202 Accepted");
snapshot!(json_string!(result, { ".enqueuedAt" => "[date]", ".taskUid" => "uid" }), @r###"