From f132b8e90e60e0e44d181f0394a121907baf1c89 Mon Sep 17 00:00:00 2001 From: divdeploy <166095818+divdeploy@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:40:23 +0800 Subject: [PATCH] chore: remove repetitive words (#581) Signed-off-by: divdeploy --- backend/telemetry_core/tests/e2e_tests.rs | 2 +- backend/test_utils/src/server/server.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/telemetry_core/tests/e2e_tests.rs b/backend/telemetry_core/tests/e2e_tests.rs index 5248321c4..5b88e9be4 100644 --- a/backend/telemetry_core/tests/e2e_tests.rs +++ b/backend/telemetry_core/tests/e2e_tests.rs @@ -463,7 +463,7 @@ async fn e2e_feed_add_and_remove_shard() { })) .unwrap(); - // Keep what we need to to keep connection alive and let us kill a shard: + // Keep what we need to keep connection alive and let us kill a shard: shards.push((shard_id, node_tx)); } diff --git a/backend/test_utils/src/server/server.rs b/backend/test_utils/src/server/server.rs index 293422487..495ffbed0 100644 --- a/backend/test_utils/src/server/server.rs +++ b/backend/test_utils/src/server/server.rs @@ -84,7 +84,7 @@ pub enum ServerMode { shards: DenseMap, }, ConnectToExistingMode { - /// The hosts that we can connect to to submit things. + /// The hosts that we can connect to submit things. submit_hosts: Vec, /// Which host do we use next (we'll cycle around them /// as shards are "added").