From b73660fa8eafb56dcb4b440400222ad8294a11f1 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 15 Apr 2025 14:48:11 +0200 Subject: [PATCH] Update crates/index-scheduler/src/scheduler/test_document_addition.rs fix comment in test Co-authored-by: Tamo --- crates/index-scheduler/src/scheduler/test_document_addition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/index-scheduler/src/scheduler/test_document_addition.rs b/crates/index-scheduler/src/scheduler/test_document_addition.rs index ef1d05834..b642f5604 100644 --- a/crates/index-scheduler/src/scheduler/test_document_addition.rs +++ b/crates/index-scheduler/src/scheduler/test_document_addition.rs @@ -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();