mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update crates/index-scheduler/src/scheduler/test_document_addition.rs
fix comment in test Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
c1c065079f
commit
b73660fa8e
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ fn test_document_addition_with_set_and_null_primary_key() {
|
|||
handle.advance_one_successful_batch();
|
||||
snapshot!(snapshot_index_scheduler(&index_scheduler), name: "all_other_tasks_succeeds");
|
||||
|
||||
// The primary key should be set to `id` since this batch succeeded.
|
||||
// The primary key should be set to `paw` since this batch succeeded.
|
||||
let index = index_scheduler.index("doggos").unwrap();
|
||||
let rtxn = index.read_txn().unwrap();
|
||||
let primary_key = index.primary_key(&rtxn).unwrap().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue