From 9a1258a708a6eccc2e974b81fc92ec6802d9901c Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Tue, 1 Nov 2022 16:31:14 +0100 Subject: [PATCH] Update tests/unit/1k_shards_1k_create_scanall.cpp Co-authored-by: Kostas Kyrimis --- tests/unit/1k_shards_1k_create_scanall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/1k_shards_1k_create_scanall.cpp b/tests/unit/1k_shards_1k_create_scanall.cpp index 402d87cc4..603dc6a2f 100644 --- a/tests/unit/1k_shards_1k_create_scanall.cpp +++ b/tests/unit/1k_shards_1k_create_scanall.cpp @@ -127,7 +127,7 @@ void WaitForShardsToInitialize(CoordinatorClient &coordinator_cl ShardMap TestShardMap(int n_splits, int replication_factor) { ShardMap sm{}; - const std::string label_name = std::string("test_label"); + const auto label_name = std::string("test_label"); // register new properties const std::vector property_names = {"property_1", "property_2"};