From e5d0bef6d8a5a4d7e5bad09195d18c9e36c2e72a Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 6 Mar 2023 17:04:24 +0100 Subject: [PATCH] update a comment --- meilisearch/tests/snapshot/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/tests/snapshot/mod.rs b/meilisearch/tests/snapshot/mod.rs index fa2b1a272..5df325287 100644 --- a/meilisearch/tests/snapshot/mod.rs +++ b/meilisearch/tests/snapshot/mod.rs @@ -81,7 +81,7 @@ async fn perform_snapshot() { // set when performing the snapshot //server.stats(), - // We can't test all the tasks contained in the snapshot because the on the original instance the snapshotCreation task was added + // The original instance contains the snapshotCreation task, while the snapshotted-instance does not. For this reason we need to compare the task queue **after** the task 4 server.tasks_filter("?from=4"), server.index("test").get_all_documents(GetAllDocumentsOptions::default()),