From ba65c8976f54d4da2467074235a12f5be0bd5ebc Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sun, 22 Dec 2024 15:12:13 -0500 Subject: Continued development --- tests/include/shard_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/include/shard_string.h') diff --git a/tests/include/shard_string.h b/tests/include/shard_string.h index 2ef4cec..7a3d761 100644 --- a/tests/include/shard_string.h +++ b/tests/include/shard_string.h @@ -67,7 +67,7 @@ START_TEST(t_shard_init) auto shard2 = new Shard(mbuffer2->get_buffer_view()); auto shard3 = new Shard(mbuffer3->get_buffer_view()); - std::vector shards = {shard1, shard2, shard3}; + std::vector shards = {shard1, shard2, shard3}; auto shard4 = new Shard(shards); ck_assert_int_eq(shard4->get_record_count(), n * 3); -- cgit v1.2.3